Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#756)
by
unknown
21:02
created
src/DependencyInjection/Compiler/ConfigParserPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
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'],
Please login to merge, or discard this patch.