Test Failed
Pull Request — master (#8)
by
unknown
03:19
created
src/Php/SymbolTracker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
             new \RecursiveIteratorIterator(
77 77
                 new \RecursiveArrayIterator($this->symbols, \RecursiveArrayIterator::CHILD_ARRAYS_ONLY)
78 78
             ),
79
-            function ($each): bool {
79
+            function($each): bool {
80 80
                 return $each !== false;
81 81
             }
82 82
         );
Please login to merge, or discard this patch.
src/Php/SymbolExtractor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      */
83 83
     private function readFile(\SplFileInfo $file): string
84 84
     {
85
-        $handle   = $file->openFile('rb');
85
+        $handle = $file->openFile('rb');
86 86
         return $handle->fread($file->getSize());
87 87
     }
88 88
 }
Please login to merge, or discard this patch.