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 (#9)
by Jérémiah
08:49 queued 03:55
created
DependencyInjection/OverblogGraphQLTypesExtension.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
                 },
Please login to merge, or discard this patch.