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 ( db9667...8a3a04 )
by Cristian
03:33
created
src/Console/Commands/ConfigBackpackCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -45,10 +45,10 @@
 block discarded – undo
45 45
     }
46 46
 
47 47
      /**
48
-     * Execute the console command.
49
-     *
50
-     * @return bool|null
51
-     */
48
+      * Execute the console command.
49
+      *
50
+      * @return bool|null
51
+      */
52 52
     public function fire()
53 53
     {
54 54
         $name = $this->getNameInput();
Please login to merge, or discard this patch.
src/Console/Commands/ModelBackpackCommand.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -74,11 +74,11 @@
 block discarded – undo
74 74
     }
75 75
 
76 76
      /**
77
-     * Build the class with the given name.
78
-     *
79
-     * @param  string  $name
80
-     * @return string
81
-     */
77
+      * Build the class with the given name.
78
+      *
79
+      * @param  string  $name
80
+      * @return string
81
+      */
82 82
     protected function buildClass($name)
83 83
     {
84 84
         $stub = $this->files->get($this->getStub());
Please login to merge, or discard this patch.
src/Console/Commands/ViewBackpackCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -45,10 +45,10 @@
 block discarded – undo
45 45
     }
46 46
 
47 47
      /**
48
-     * Execute the console command.
49
-     *
50
-     * @return bool|null
51
-     */
48
+      * Execute the console command.
49
+      *
50
+      * @return bool|null
51
+      */
52 52
     public function fire()
53 53
     {
54 54
         $name = $this->getNameInput();
Please login to merge, or discard this patch.