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

Passed
Pull Request — master (#166)
by Maxime
13:25
created
Tests/Functional/Controller/GraphControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
         $client->request('POST', $uri, [], [], ['CONTENT_TYPE' => 'application/json'], json_encode($data));
208 208
         $result = $client->getResponse()->getContent();
209 209
 
210
-        $expected  = [
210
+        $expected = [
211 211
             ['id' => 'friends', 'payload' => ['data' => $this->expectedData]],
212 212
             ['id' => 'friendsTotalCount', 'payload' => ['data' => ['user' => ['friends' => ['totalCount' => 4]]]]],
213 213
         ];
Please login to merge, or discard this patch.
DependencyInjection/TypesConfiguration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
                         ->thenInvalid(
70 70
                             sprintf(
71 71
                                 'Don\'t use internal config keys %s, replace it by "config" instead.',
72
-                                implode(', ',  $configTypeKeys)
72
+                                implode(', ', $configTypeKeys)
73 73
                             )
74 74
                         )
75 75
                 ->end()
Please login to merge, or discard this patch.
DependencyInjection/OverblogGraphQLTypesExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
         // from config
71 71
         $typesMappings = array_filter(array_map(
72 72
             function (array $typeMapping) use ($container) {
73
-                $params = $this->detectFilesByType($container, $typeMapping['dir'],  $typeMapping['type']);
73
+                $params = $this->detectFilesByType($container, $typeMapping['dir'], $typeMapping['type']);
74 74
 
75 75
                 return $params;
76 76
             },
Please login to merge, or discard this patch.