core icon indicating copy to clipboard operation
core copied to clipboard

Add phpdoc for array of some interface

Open VincentLanglet opened this issue 2 months ago • 0 comments

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.

VincentLanglet avatar Dec 04 '25 08:12 VincentLanglet