You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPDoc of Phalcon\Http\Request::getUploadedFiles says the method returns array|\Phalcon\Http\Request\FileInterface[] which is confusing because its either an array of unknown values or an array of FileInterface.
The method returns only FileInterface objects, so it should @return \Phalcon\Http\Request\FileInterface[] :)
The text was updated successfully, but these errors were encountered:
Hello !
PHPDoc of
Phalcon\Http\Request::getUploadedFiles
says the method returnsarray|\Phalcon\Http\Request\FileInterface[]
which is confusing because its either an array of unknown values or an array ofFileInterface
.The method returns only FileInterface objects, so it should
@return \Phalcon\Http\Request\FileInterface[]
:)The text was updated successfully, but these errors were encountered: