[PHP] Use a valid php type for maps (#8718)

* Use a valid php type for maps

* Convert type hint to correct format

Align map array format to that expected by phpdoc and associated tools.
This commit is contained in:
James Gilliland
2021-02-21 04:07:45 -06:00
committed by GitHub
parent c636f7e08d
commit f3c164d1ad
36 changed files with 144 additions and 102 deletions

View File

@@ -33,7 +33,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Type/Alias | Instantiated By |
| ---------- | --------------- |
|array|array|
|map|map|
|map|array|
## LANGUAGE PRIMITIVES