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
Branch master (5684f7)
by Ghitu
03:06
created
src/Console/Commands/ConfigBackpackCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      /**
48 48
      * Execute the console command.
49 49
      *
50
-     * @return bool|null
50
+     * @return false|null
51 51
      */
52 52
     public function fire()
53 53
     {
Please login to merge, or discard this patch.
src/Console/Commands/ViewBackpackCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      /**
50 50
      * Execute the console command.
51 51
      *
52
-     * @return bool|null
52
+     * @return false|null
53 53
      */
54 54
     public function fire()
55 55
     {
Please login to merge, or discard this patch.