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 ( 83ac71...34a989 )
by Cristian
25:07 queued 10:37
created
src/app/Console/Commands/Upgrade/v6/UpgradeCommandConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
     public function upgradeCommandDescription(): ?callable
21 21
     {
22
-        return function (UpgradeCommand $command): void {
22
+        return function(UpgradeCommand $command): void {
23 23
 
24 24
             $command->note(
25 25
                 'Please select the upgrade path you wish to follow:',
Please login to merge, or discard this patch.