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 (#61)
by Oliver
02:35
created
src/app/Http/Controllers/Admin/UniquePageCrudController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -109,6 +109,9 @@
 block discarded – undo
109 109
         return $openButton .' '.$revisionsButton;
110 110
     }
111 111
 
112
+    /**
113
+     * @param string $slug
114
+     */
112 115
     public function createMissingPage($slug)
113 116
     {
114 117
         $pages = collect($this->getUniquePages());
Please login to merge, or discard this patch.