@@ -11,6 +11,7 @@ |
||
| 11 | 11 | class VarFactory |
| 12 | 12 | { |
| 13 | 13 | /** |
| 14 | + * @param string $repositoryType |
|
| 14 | 15 | * @return [] |
| 15 | 16 | * |
| 16 | 17 | * @throws \Exception |
@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | * @param Template[] $templateList |
| 38 | 38 | * @param bool $skipExisting |
| 39 | 39 | * @param bool $forceOverride |
| 40 | - * @param array $idList |
|
| 40 | + * @param boolean $idList |
|
| 41 | 41 | */ |
| 42 | 42 | public function __construct( |
| 43 | 43 | QuestionHelper $questionHelper, |
@@ -126,7 +126,7 @@ discard block |
||
| 126 | 126 | |
| 127 | 127 | /** |
| 128 | 128 | * @param string $target |
| 129 | - * @return array |
|
| 129 | + * @return boolean[] |
|
| 130 | 130 | */ |
| 131 | 131 | protected function validateDump($target) |
| 132 | 132 | { |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | // Reorder final list |
| 67 | - $orderedList = [ |
|
| 67 | + $orderedList = [ |
|
| 68 | 68 | 'git.readme' => $list['git.readme'], |
| 69 | 69 | 'git.license' => $list['git.license'], |
| 70 | 70 | 'git.contributing' => $list['git.contributing'], |