Skip to content

Commit d9723e4

Browse files
Merge pull request #61 from creocoder/patch-1
UploadedFileInterface phpDoc typo fixed
2 parents 85d6369 + 2a8e764 commit d9723e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UploadedFileInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function getStream();
5858
* @see http://php.net/is_uploaded_file
5959
* @see http://php.net/move_uploaded_file
6060
* @param string $targetPath Path to which to move the uploaded file.
61-
* @throws \InvalidArgumentException if the $path specified is invalid.
61+
* @throws \InvalidArgumentException if the $targetPath specified is invalid.
6262
* @throws \RuntimeException on any error during the move operation, or on
6363
* the second or subsequent call to the method.
6464
*/

0 commit comments

Comments
 (0)