@@ -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; |
@@ -26,6 +26,8 @@ |
||
26 | 26 | |
27 | 27 | /** |
28 | 28 | * @inheritdoc |
29 | + * @param string $sResource |
|
30 | + * @param string $sProfile |
|
29 | 31 | */ |
30 | 32 | public function loadProfileParameters($sResource, $sProfile) |
31 | 33 | { |