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:12
created
DependencyInjection/OverblogGraphQLExtension.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -126,8 +126,8 @@  discard block
 block discarded – undo
126 126
         );
127 127
 
128 128
         // treats mappings
129
-        $typesConfigs =  array_map(
130
-            function ($params) use ($container) {
129
+        $typesConfigs = array_map(
130
+            function($params) use ($container) {
131 131
                 $typesConfig = [];
132 132
                 /** @var SplFileInfo $file */
133 133
                 foreach ($params['files'] as $file) {
@@ -195,9 +195,9 @@  discard block
 block discarded – undo
195 195
         // from config
196 196
         if (!empty($config['definitions']['mappings']['types'])) {
197 197
             $typesMappings = array_filter(array_map(
198
-                function (array $typeMapping) use ($container) {
198
+                function(array $typeMapping) use ($container) {
199 199
 
200
-                    $params = $this->detectConfigFiles($container, $typeMapping['dir'],  $typeMapping['type']);
200
+                    $params = $this->detectConfigFiles($container, $typeMapping['dir'], $typeMapping['type']);
201 201
 
202 202
                     return $params;
203 203
                 },
Please login to merge, or discard this patch.