Skip to content

Commit c4396c3

Browse files
delete stray empty space
1 parent a7190d5 commit c4396c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Files/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function __construct(string $path, bool $checkFile = false)
6060
* Implementations SHOULD return the value stored in the "size" key of
6161
* the file in the $_FILES array if available, as PHP calculates this based
6262
* on the actual size transmitted. A RuntimeException will be thrown if the file
63-
* does not exist or an error occurs.
63+
* does not exist or an error occurs.
6464
*
6565
* @return false|int The file size in bytes, or false on failure
6666
*/

0 commit comments

Comments
 (0)