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
Pull Request — master (#15)
by Owen
02:08
created
src/Console/Commands/CrudOverwrite.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -71,6 +71,10 @@
 block discarded – undo
71 71
         }
72 72
     }
73 73
 
74
+    /**
75
+     * @param string $file
76
+     * @param string $label
77
+     */
74 78
     protected function processPublish($file, $label)
75 79
     {
76 80
         $sourceFile = $this->packageDir.$file.'.blade.php';
Please login to merge, or discard this patch.