Skip to content

Commit f50eee5

Browse files
committed
Fix: Chang the return type.20230812
1 parent 66147c3 commit f50eee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/HTTP/Files/UploadedFileInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function __construct(string $path, string $originalName, ?string $mimeTyp
5959
* @param string $targetPath Path to which to move the uploaded file.
6060
* @param string $name the name to rename the file to.
6161
*
62-
* @return void
62+
* @return bool
6363
*
6464
* @throws InvalidArgumentException if the $path specified is invalid.
6565
* @throws RuntimeException on any error during the move operation.

0 commit comments

Comments
 (0)