We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66147c3 commit f50eee5Copy full SHA for f50eee5
1 file changed
system/HTTP/Files/UploadedFileInterface.php
@@ -59,7 +59,7 @@ public function __construct(string $path, string $originalName, ?string $mimeTyp
59
* @param string $targetPath Path to which to move the uploaded file.
60
* @param string $name the name to rename the file to.
61
*
62
- * @return void
+ * @return bool
63
64
* @throws InvalidArgumentException if the $path specified is invalid.
65
* @throws RuntimeException on any error during the move operation.
0 commit comments