Open kkmuffme opened 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
array<string, int|object|string>
Should be an array shape with all public properties including inherited ones like array{name: string, foo?: int} with the optional ones marked with ?
array{name: string, foo?: int}
dictionary isn't a valid PHP type.
Assuming this should be
array<string, int|object|string>
from what I've seen so far