Passed
Push — master ( 521546...85e8bc )
by Andrey
02:05
created
src/Export.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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([
Please login to merge, or discard this patch.