We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -126,8 +126,8 @@ discard block |
||
126 | 126 | ); |
127 | 127 | |
128 | 128 | // treats mappings |
129 | - $typesConfigs = array_map( |
|
130 | - function ($params) use ($container) { |
|
129 | + $typesConfigs = array_map( |
|
130 | + function($params) use ($container) { |
|
131 | 131 | $typesConfig = []; |
132 | 132 | /** @var SplFileInfo $file */ |
133 | 133 | foreach ($params['files'] as $file) { |
@@ -195,9 +195,9 @@ discard block |
||
195 | 195 | // from config |
196 | 196 | if (!empty($config['definitions']['mappings']['types'])) { |
197 | 197 | $typesMappings = array_filter(array_map( |
198 | - function (array $typeMapping) use ($container) { |
|
198 | + function(array $typeMapping) use ($container) { |
|
199 | 199 | |
200 | - $params = $this->detectConfigFiles($container, $typeMapping['dir'], $typeMapping['type']); |
|
200 | + $params = $this->detectConfigFiles($container, $typeMapping['dir'], $typeMapping['type']); |
|
201 | 201 | |
202 | 202 | return $params; |
203 | 203 | }, |