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 ( c28fdb...0e7f69 )
by Cristian
04:08
created
src/app/Console/Commands/Overwrite.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -75,6 +75,10 @@
 block discarded – undo
75 75
         }
76 76
     }
77 77
 
78
+    /**
79
+     * @param string $file
80
+     * @param string $label
81
+     */
78 82
     protected function processPublish($file, $label)
79 83
     {
80 84
         $sourceFile = $this->packageDir.$file.'.blade.php';
Please login to merge, or discard this patch.