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 (#481)
by Pauline
15:26
created
src/Relay/Mutation/MutationFieldDefinition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
             throw new InvalidArgumentException(sprintf('Cannot parse "%s" configuration string.', self::KEY_MUTATE_GET_PAYLOAD));
55 55
         }
56 56
 
57
-        if (! is_array($mutateAndGetPayload)) {
57
+        if (!is_array($mutateAndGetPayload)) {
58 58
             throw new InvalidArgumentException(sprintf('Invalid format for "%s" configuration.', self::KEY_MUTATE_GET_PAYLOAD));
59 59
         }
60 60
     }
Please login to merge, or discard this patch.