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
08:52
created
src/DependencyInjection/Compiler/ConfigParserPass.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@  discard block
 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'],
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
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
 
Please login to merge, or discard this patch.