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 — add-update-command ( 52996a...7d33d9 )
by Pedro
14:43
created
app/Console/Commands/Upgrade/v7/Concerns/InteractsWithCrudControllers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         $filtered = [];
22 22
 
23 23
         foreach ($paths as $path) {
24
-            if (! $this->isCrudControllerPath($path)) {
24
+            if (!$this->isCrudControllerPath($path)) {
25 25
                 continue;
26 26
             }
27 27
 
Please login to merge, or discard this patch.