Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'docs/280'
Browse files Browse the repository at this point in the history
Close #280
  • Loading branch information
michalbundyra committed Dec 21, 2019
2 parents 92e81c0 + 7a96e92 commit a51aaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/validators/file/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ successful.
`Zend\Validator\File\Upload` supports the following options:

- `files`: array of file uploads. This is generally the `$_FILES` array, but
should be normalized per the details in [PSR-7](http://www.php-fig.org/psr/psr-7/#1-6-uploaded-files)
should be normalized per the details in [PSR-7](http://www.php-fig.org/psr/psr-7/#16-uploaded-files)
(which is also how [the zend-http Request](https://docs.zendframework.com/zend-http)
normalizes the array).

Expand Down

0 comments on commit a51aaae

Please sign in to comment.