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.
1 parent a7190d5 commit c4396c3Copy full SHA for c4396c3
system/Files/File.php
@@ -60,7 +60,7 @@ public function __construct(string $path, bool $checkFile = false)
60
* Implementations SHOULD return the value stored in the "size" key of
61
* the file in the $_FILES array if available, as PHP calculates this based
62
* on the actual size transmitted. A RuntimeException will be thrown if the file
63
- * does not exist or an error occurs.
+ * does not exist or an error occurs.
64
*
65
* @return false|int The file size in bytes, or false on failure
66
*/
0 commit comments