We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -127,9 +127,9 @@ |
||
127 | 127 | // from config |
128 | 128 | if (!empty($config['definitions']['mappings']['types'])) { |
129 | 129 | $typesMappings = array_filter(array_map( |
130 | - function (array $typeMapping) use ($container) { |
|
130 | + function(array $typeMapping) use ($container) { |
|
131 | 131 | |
132 | - $params = $this->detectConfigFiles($container, $typeMapping['dir'], $typeMapping['type']); |
|
132 | + $params = $this->detectConfigFiles($container, $typeMapping['dir'], $typeMapping['type']); |
|
133 | 133 | |
134 | 134 | return $params; |
135 | 135 | }, |