We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -99,7 +99,7 @@ |
||
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'; |