commerceguys / addressing

A PHP addressing library, powered by CLDR and Google's address data.
MIT License
922 stars 135 forks source link

PHP Intellisense error Expected type 'CommerceGuys\Addressing\AddressFormat\AddressFormatRepositoryInterface'. #197

Closed khanakia closed 1 year ago

khanakia commented 1 year ago

I am using the demo example from here https://github.com/commerceguys/addressing#defaultformatter and getting the below error PHP Intellisense error Expected type 'CommerceGuys\Addressing\AddressFormat\AddressFormatRepositoryInterface'. Found 'CommerceGuys\Addressing\AddressFormat\AddressFormatRepository'.

Screenshot 2023-07-12 at 9 04 34 PM

bojanz commented 1 year ago

I have no clue what this is about. AddressFormatRepository implements AddressFormatRepositoryInterface.