@@ -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'], |
@@ -111,7 +111,6 @@ discard block |
||
| 111 | 111 | |
| 112 | 112 | /** |
| 113 | 113 | * @param Template $template |
| 114 | - * @param string $path |
|
| 115 | 114 | */ |
| 116 | 115 | protected function dumpTemplate(Template $template) |
| 117 | 116 | { |
@@ -123,8 +122,7 @@ discard block |
||
| 123 | 122 | } |
| 124 | 123 | |
| 125 | 124 | /** |
| 126 | - * @param string $target |
|
| 127 | - * @return array |
|
| 125 | + * @return boolean[] |
|
| 128 | 126 | */ |
| 129 | 127 | protected function validateDump(Template $template) |
| 130 | 128 | { |