We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85d6369 + 2a8e764 commit d9723e4Copy full SHA for d9723e4
src/UploadedFileInterface.php
@@ -58,7 +58,7 @@ public function getStream();
58
* @see http://php.net/is_uploaded_file
59
* @see http://php.net/move_uploaded_file
60
* @param string $targetPath Path to which to move the uploaded file.
61
- * @throws \InvalidArgumentException if the $path specified is invalid.
+ * @throws \InvalidArgumentException if the $targetPath specified is invalid.
62
* @throws \RuntimeException on any error during the move operation, or on
63
* the second or subsequent call to the method.
64
*/
0 commit comments