QuickBooks-V3-PHP-SDK icon indicating copy to clipboard operation
QuickBooks-V3-PHP-SDK copied to clipboard

Dictionary is not a valid PHP type

Open kkmuffme opened this issue 3 years ago • 1 comments
trafficstars

@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 avatar Jan 24 '22 13:01 kkmuffme

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

kkmuffme avatar Apr 11 '23 09:04 kkmuffme