Skip to content

Commit 9a2dc8d

Browse files
jxlwqqStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 7c2ddb4 commit 9a2dc8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LogViewer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ public function fetch($seek = 0, $lines = 20, $buffer = 4096)
171171
{
172172
if (!file_exists($this->filePath) || is_dir($this->filePath)) {
173173
$this->pageOffset = ['start' => 0, 'end' => 0];
174+
174175
return $this->parseLog('');
175176
}
176177
$f = fopen($this->filePath, 'rb');

0 commit comments

Comments
 (0)