QuickBooks-V3-PHP-SDK
QuickBooks-V3-PHP-SDK copied to clipboard
Dictionary is not a valid PHP type
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
Should be an array shape with all public properties including inherited ones like array{name: string, foo?: int} with the optional ones marked with ?