@@ -159,7 +159,7 @@ |
||
| 159 | 159 | private function filterByString(array $aggregatedFiles, $stringFilter) |
| 160 | 160 | { |
| 161 | 161 | if ($stringFilter !== null) { |
| 162 | - $aggregatedFiles = array_filter($aggregatedFiles, function ($value) use ($stringFilter) { |
|
| 162 | + $aggregatedFiles = array_filter($aggregatedFiles, function($value) use ($stringFilter) { |
|
| 163 | 163 | return stripos($value, $stringFilter) !== false; |
| 164 | 164 | }); |
| 165 | 165 | } |