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/ViewBackpackCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,10 +47,10 @@
 block discarded – undo
47 47
     }
48 48
 
49 49
      /**
50
-     * Execute the console command.
51
-     *
52
-     * @return bool|null
53
-     */
50
+      * Execute the console command.
51
+      *
52
+      * @return bool|null
53
+      */
54 54
     public function fire()
55 55
     {
56 56
         $name = $this->getNameInput();
Please login to merge, or discard this patch.
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.