intuit / QuickBooks-V3-PHP-SDK

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/
Apache License 2.0
241 stars 242 forks source link

Dictionary is not a valid PHP type #439

Open kkmuffme opened 2 years ago

kkmuffme commented 2 years ago

@param dictionary $keyValInitializers key/value pairs

dictionary isn't a valid PHP type.

Assuming this should be array<string, int|object|string> from what I've seen so far

kkmuffme commented 1 year ago

Should be an array shape with all public properties including inherited ones like array{name: string, foo?: int} with the optional ones marked with ?