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
Push — master ( 38b593...3478e9 )
by Jérémiah
18:59 queued 16:08
created
Config/EnumTypeDefinition.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,10 +27,10 @@
 block discarded – undo
27 27
                     ->useAttributeAsKey('name')
28 28
                     // if value not define we use name as value
29 29
                     ->beforeNormalization()
30
-                        ->ifTrue(function ($v) {
30
+                        ->ifTrue(function($v) {
31 31
                             return is_array($v);
32 32
                         })
33
-                        ->then(function ($v) {
33
+                        ->then(function($v) {
34 34
                             foreach ($v as $name => &$options) {
35 35
                                 // short syntax NAME: VALUE
36 36
                                 if (!is_null($options) && !is_array($options)) {
Please login to merge, or discard this patch.