We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | $typesConfig = []; |
| 77 | 77 | /** @var SplFileInfo $file */ |
| 78 | 78 | foreach ($files as $file) { |
| 79 | - $typesConfig = array_merge( |
|
| 79 | + $typesConfig = array_merge( |
|
| 80 | 80 | $typesConfig, |
| 81 | 81 | 'yml' === $type ? $this->typesConfigFromYml($file, $container) : $this->typesConfigFromXml($file, $container) |
| 82 | 82 | ); |
@@ -132,9 +132,9 @@ discard block |
||
| 132 | 132 | // from config |
| 133 | 133 | if (!empty($config['definitions']['mappings']['types'])) { |
| 134 | 134 | $typesMappings = array_filter(array_map( |
| 135 | - function (array $typeMapping) use ($container) { |
|
| 135 | + function(array $typeMapping) use ($container) { |
|
| 136 | 136 | |
| 137 | - $params = $this->detectConfigFiles($container, $typeMapping['dir'], $typeMapping['type']); |
|
| 137 | + $params = $this->detectConfigFiles($container, $typeMapping['dir'], $typeMapping['type']); |
|
| 138 | 138 | |
| 139 | 139 | return $params; |
| 140 | 140 | }, |