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 @@ discard block |
||
| 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'], |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | // auto detect from bundle |
| 214 | 214 | foreach ($bundles as $name => $class) { |
| 215 | 215 | // skip this bundle |
| 216 | - if($class === OverblogGraphQLBundle::class) { |
|
| 216 | + if ($class === OverblogGraphQLBundle::class) { |
|
| 217 | 217 | continue; |
| 218 | 218 | } |
| 219 | 219 | |