@@ -57,7 +57,8 @@ |
||
| 57 | 57 | /** |
| 58 | 58 | * Create project directory. |
| 59 | 59 | * |
| 60 | - * @return InitCommand |
|
| 60 | + * @param string $directory |
|
| 61 | + * @return ConfigureCommand |
|
| 61 | 62 | */ |
| 62 | 63 | protected function createProjectDirectory($directory, OutputInterface $output) |
| 63 | 64 | { |
@@ -118,6 +118,7 @@ |
||
| 118 | 118 | /** |
| 119 | 119 | * Configuration skeleton |
| 120 | 120 | * |
| 121 | + * @param string $name |
|
| 121 | 122 | * @return string |
| 122 | 123 | */ |
| 123 | 124 | protected static function configSkeleton($name, InputInterface $input, OutputInterface $output, QuestionHelper $helper) |