Skip to content

Commit 2a8e764

Browse files
committed
UploadedFileInterface phpDoc typo fixed
1 parent 85d6369 commit 2a8e764

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)