Test Failed
Pull Request — master (#8)
by
unknown
05:03
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
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 
50 50
         foreach ($files as $file) {
51 51
             try {
52
-                $contents   = @\file_get_contents($file);
52
+                $contents = @\file_get_contents($file);
53 53
 
54 54
                 if ($contents === false) {
55 55
                     continue;
Please login to merge, or discard this patch.