@@ -48,8 +48,8 @@ discard block |
||
48 | 48 | } |
49 | 49 | |
50 | 50 | /** |
51 | - * @param $source |
|
52 | - * @param $target |
|
51 | + * @param string $source |
|
52 | + * @param string $target |
|
53 | 53 | * @param OutputInterface $output |
54 | 54 | */ |
55 | 55 | protected function copyConfigFiles($source, $target, OutputInterface $output) |
@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | |
133 | 133 | /** |
134 | 134 | * @param OutputInterface $output |
135 | - * @param $options |
|
135 | + * @param Options $options |
|
136 | 136 | */ |
137 | 137 | protected function setupProject(OutputInterface $output, $options) |
138 | 138 | { |