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

Commit 8cfd88e

Browse files
committed
Merge branch 'hotfix/130' into develop
Forward port #130
2 parents 4c4ed25 + 35c865c commit 8cfd88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/file-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ files found in the `$_FILES` array.
66
While `FileInput` uses the same interface as `Input`, it differs in a few ways:
77

88
1. It expects the raw value to be in a normalized `$_FILES` array format. See
9-
the [PSR-7 Uploaded files](http://www.php-fig.org/psr/psr-7/#1-6-uploaded-files)
9+
the [PSR-7 Uploaded files](http://www.php-fig.org/psr/psr-7/#uploaded-files)
1010
chapter for details on how to accomplish this.
1111
[Diactoros](https://zendframework.github.io/zend-diactoros/) and
1212
[zend-http](https://zendframework.github.io/zend-http/) can do this for you.

0 commit comments

Comments
 (0)