@@ -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']) { |