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 — annotations ( f8f35a...3df79c )
by Jérémiah
20:58
created
lib/generator/src/Generator/AbstractClassGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 
100 100
     public function getSkeletonDirs(bool $withDefault = true): array
101 101
     {
102
-        $skeletonDirs = $this->skeletonDirs ;
102
+        $skeletonDirs = $this->skeletonDirs;
103 103
 
104 104
         if ($withDefault) {
105 105
             $skeletonDirs[] = __DIR__.'/../Resources/skeleton';
Please login to merge, or discard this patch.