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 (#473)
by
unknown
15:25
created
src/Config/Processor/BuilderProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 block discarded – undo
224 224
             foreach ($mapping['types'] as $typeName => $typeConfig) {
225 225
                 if (isset($reservedTypesMap[$typeName])) {
226 226
                     throw new InvalidConfigurationException(sprintf(
227
-                        'Type "%s" emitted by builder "%s" already exists. Type was provided by "%s".' .
227
+                        'Type "%s" emitted by builder "%s" already exists. Type was provided by "%s".'.
228 228
                         'Builder may only emit new types. Overriding is not allowed.',
229 229
                         $typeName,
230 230
                         $builderClass,
Please login to merge, or discard this patch.