@@ -46,7 +46,7 @@ |
||
| 46 | 46 | public function __construct(array $fileExtensions, array $filesToIgnore, string $basePath) |
| 47 | 47 | { |
| 48 | 48 | $this->fileExtensions = $fileExtensions; |
| 49 | - $this->filters = \array_map(function (string $fileToIgnore): string { |
|
| 49 | + $this->filters = \array_map(function(string $fileToIgnore): string { |
|
| 50 | 50 | return $this->patternToRegex($fileToIgnore); |
| 51 | 51 | }, $filesToIgnore); |
| 52 | 52 | $this->basePath = $basePath; |