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 700ab6d commit 9878b63Copy full SHA for 9878b63
src/Objects/FileObject.php
@@ -34,7 +34,7 @@ public function getModifyAtForHumans(): string
34
35
public function getSizeKB(): int
36
{
37
- return round($this->file->getSize() / 1024, 2);
+ return intval($this->file->getSize() / 1024);
38
}
39
40
public function getSizeForHumans(): string
0 commit comments