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

Test Setup Failed
Push — master ( ab1b11...d9ddb6 )
by Vincent
06:27 queued 12s
created
tests/Functional/Type/DefinitionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         /** @var EnumType $enumTypeWithDeprecatedValue */
24 24
         $enumTypeWithDeprecatedValue = $this->getType('EnumWithDeprecatedValue');
25 25
         $value = $enumTypeWithDeprecatedValue->getValues()[0];
26
-        $this->assertSame([ // @phpstan-ignore-line
26
+        $this->assertSame([// @phpstan-ignore-line
27 27
             'deprecationReason' => 'Just because',
28 28
             'value' => 'foo',
29 29
             'name' => 'foo',
Please login to merge, or discard this patch.