@@ -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 | ); |
@@ -82,7 +82,7 @@ |
||
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 | } |