@@ -2,6 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | class Project |
| 4 | 4 | { |
| 5 | + /** |
|
| 6 | + * @param string $projectPath |
|
| 7 | + * @param \Symfony\Component\Console\Output\OutputInterface $output |
|
| 8 | + */ |
|
| 5 | 9 | public static function create(array $options, array $config, $projectPath, $output) |
| 6 | 10 | { |
| 7 | 11 | switch ($options['app']) { |
@@ -46,8 +46,8 @@ |
||
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | - * @param $source |
|
| 50 | - * @param $target |
|
| 49 | + * @param string $source |
|
| 50 | + * @param string $target |
|
| 51 | 51 | * @param OutputInterface $output |
| 52 | 52 | */ |
| 53 | 53 | protected function copyConfigFiles($source, $target, OutputInterface $output) |