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