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
Push — field-column-type ( c0f245...b2c007 )
by
unknown
25:40 queued 11:05
created
src/ViewNamespaces.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     public static function addFor(string $domain, $viewNamespaces)
30 30
     {
31 31
         foreach ((array) $viewNamespaces as $viewNamespace) {
32
-            if (! in_array($viewNamespace, self::getForDomain($domain))) {
32
+            if (!in_array($viewNamespace, self::getForDomain($domain))) {
33 33
                 self::$viewNamespaces[$domain][] = $viewNamespace;
34 34
             }
35 35
         }
Please login to merge, or discard this patch.