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 (#481)
by Pauline
45:12 queued 19:58
created
src/Relay/Mutation/MutationFieldDefinition.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,15 +47,15 @@
 block discarded – undo
47 47
         }
48 48
 
49 49
         if ($mutateAndGetPayload === null) {
50
-            throw new InvalidArgumentException('Mutation "' . self::KEY_MUTATE_GET_PAYLOAD . '" config is required.');
50
+            throw new InvalidArgumentException('Mutation "'.self::KEY_MUTATE_GET_PAYLOAD.'" config is required.');
51 51
         }
52 52
 
53 53
         if (is_string($mutateAndGetPayload)) {
54
-            throw new InvalidArgumentException('Cannot parse "' . self::KEY_MUTATE_GET_PAYLOAD . '" configuration string.');
54
+            throw new InvalidArgumentException('Cannot parse "'.self::KEY_MUTATE_GET_PAYLOAD.'" configuration string.');
55 55
         }
56 56
 
57
-        if (! is_array($mutateAndGetPayload)) {
58
-            throw new InvalidArgumentException('Invalid format for "' . self::KEY_MUTATE_GET_PAYLOAD . '" configuration.');
57
+        if (!is_array($mutateAndGetPayload)) {
58
+            throw new InvalidArgumentException('Invalid format for "'.self::KEY_MUTATE_GET_PAYLOAD.'" configuration.');
59 59
         }
60 60
     }
61 61
 
Please login to merge, or discard this patch.