core
core copied to clipboard
Add phpdoc for array of some interface
| Q | A |
|---|---|
| Branch? | current stable |
| Tickets | Closes #..., closes #... |
| License | MIT |
| Doc PR | api-platform/docs#... |
When using PHPStan, array are recommended to be typehinted.
When implementing interface from ApiPlatform, I get error because there are not described. It's kinda annoying having to add array<mixed> while the phpdoc could be improved on ApiPlatform side.