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 ( 5684f7...cef1f5 )
by Cristian
02:24
created
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.
src/Console/Commands/ConfigBackpackCommand.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.