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 (#607)
by
unknown
21:06
created
lib/generator/src/Generator/AbstractClassGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
      */
127 127
     public function getSkeletonDirs(bool $withDefault = true): array
128 128
     {
129
-        $skeletonDirs = $this->skeletonDirs ;
129
+        $skeletonDirs = $this->skeletonDirs;
130 130
 
131 131
         if ($withDefault) {
132 132
             $skeletonDirs[] = __DIR__.'/../Resources/skeleton';
Please login to merge, or discard this patch.