We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -179,7 +179,7 @@ |
||
179 | 179 | $mappingFromBundles = $this->mappingFromBundles($container); |
180 | 180 | $typesMappings = array_merge($typesMappings, $mappingFromBundles); |
181 | 181 | } |
182 | - if($mappingConfig['auto_discover']['built_in']) { |
|
182 | + if ($mappingConfig['auto_discover']['built_in']) { |
|
183 | 183 | $typesMappings[] = [ |
184 | 184 | 'dir' => $this->bundleDir(OverblogGraphQLBundle::class).'/Resources/config/graphql', |
185 | 185 | 'types' => ['yaml'], |