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

Commit a51aaae

Browse files
committed
Merge branch 'docs/280'
Close #280
2 parents 92e81c0 + 7a96e92 commit a51aaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/validators/file/upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ successful.
88
`Zend\Validator\File\Upload` supports the following options:
99

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

0 commit comments

Comments
 (0)