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 Failed
Pull Request — master (#1048)
by Vincent
10:01
created
tests/Definition/Type/PhpEnumTypeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         $this->expectExceptionMessage(
23 23
             'Enum class "invalid_class" does not exist.',
24 24
         );
25
-        new PhpEnumType([ // @phpstan-ignore-line
25
+        new PhpEnumType([// @phpstan-ignore-line
26 26
             'name' => 'MyEnum',
27 27
             'enumClass' => 'invalid_class',
28 28
         ]);
Please login to merge, or discard this patch.