@@ -50,7 +50,7 @@ |
||
50 | 50 | } |
51 | 51 | |
52 | 52 | $files = \array_map( |
53 | - function ($file) { |
|
53 | + function($file) { |
|
54 | 54 | if (!\is_string($file)) { |
55 | 55 | throw new ConfigurationException('The `files` parameter must contain string values.'); |
56 | 56 | } |