@@ -9,8 +9,6 @@ |
||
9 | 9 | |
10 | 10 | namespace Chapi\Commands; |
11 | 11 | |
12 | -use Chapi\Component\DependencyInjection\Loader\YamChapiConfigLoader; |
|
13 | -use Symfony\Component\Config\FileLocator; |
|
14 | 12 | use Symfony\Component\Console\Input\InputInterface; |
15 | 13 | use Symfony\Component\Console\Input\InputOption; |
16 | 14 | use Symfony\Component\Console\Output\OutputInterface; |
@@ -35,7 +35,7 @@ |
||
35 | 35 | |
36 | 36 | /** |
37 | 37 | * ChapiConfig constructor. |
38 | - * @param array $aDirectoryPaths |
|
38 | + * @param string[] $aDirectoryPaths |
|
39 | 39 | * @param YamlParser $oParser |
40 | 40 | * @param string $sActiveProfile |
41 | 41 | */ |
@@ -14,6 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | /** |
16 | 16 | * |
17 | + * @return void |
|
17 | 18 | */ |
18 | 19 | public function loadProfileParameters(); |
19 | 20 | } |
20 | 21 | \ No newline at end of file |