http-message icon indicating copy to clipboard operation
http-message copied to clipboard

phpdoc return type for ServerRequestInterface::getUploadedFiles()

Open XAKEPEHOK opened this issue 6 years ago • 1 comments

For better IDE autocompletion I suggest replace return type for ServerRequestInterface::getUploadedFiles() from simple array to UploadedFileInterface[]

XAKEPEHOK avatar Oct 01 '19 16:10 XAKEPEHOK

This is wrong, UploadedFileInterface[] means an array of UploadedFileInterface and getUploadedFiles can return nested arrays (which can't be represented with PHPDoc because it would need a recursive type).

jvasseur avatar Oct 04 '19 12:10 jvasseur