postcode-nl / PostcodeNl_Api_Magento2

A Magento 2 plugin that implements the Postcode.nl international address API
https://developer.postcode.eu/documentation/
BSD 2-Clause "Simplified" License
10 stars 13 forks source link

V3 breaks Rest schema #30

Closed marcoboom closed 3 years ago

marcoboom commented 3 years ago

The latest V3 version breaks the rest schema and swagger page. This is caused by the return type annotation of Flekto\Postcode\Api\PostcodeModelInterface

This contains: @return Data\AutocompleteInterface

This has to be: @return \Flekto\Postcode\Api\PostcodeModelInterface\Data\AutocompleteInterface