@@ -30,7 +30,7 @@ |
||
| 30 | 30 | public function __construct(string $file) |
| 31 | 31 | { |
| 32 | 32 | $this->size = filesize($file); |
| 33 | - $stream = new File($file, 16384, function (string $chunk, int $readBytes) { |
|
| 33 | + $stream = new File($file, 16384, function(string $chunk, int $readBytes) { |
|
| 34 | 34 | $this->bytes = $readBytes; |
| 35 | 35 | }); |
| 36 | 36 | $parser = new StringWalker([ |