Test Failed
Pull Request — master (#8)
by
unknown
03:16
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.