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 57a9c26 commit e197af4Copy full SHA for e197af4
src/LogFile.php
@@ -54,7 +54,9 @@ public function logs(): LogReader
54
55
public function size(): int
56
{
57
- return LogViewer::getFilesystem()->exists($this->path) ? LogViewer::getFilesystem()->size($this->path) : 0;
+ return LogViewer::getFilesystem()->exists($this->path)
58
+ ? LogViewer::getFilesystem()->size($this->path)
59
+ : 0;
60
}
61
62
public function sizeInMB(): float
0 commit comments