@@ -76,7 +76,7 @@ |
||
| 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 | ); |
@@ -49,7 +49,7 @@ |
||
| 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; |