@@ -66,7 +66,7 @@ |
||
66 | 66 | /** |
67 | 67 | * Delete a queue from a vhost |
68 | 68 | * |
69 | - * @param $vhost |
|
69 | + * @param string $vhost |
|
70 | 70 | * @param $name |
71 | 71 | * @return mixed |
72 | 72 | */ |
@@ -40,8 +40,8 @@ |
||
40 | 40 | protected function execute(InputInterface $input, OutputInterface $output) |
41 | 41 | { |
42 | 42 | /** |
43 | - * set context inside container |
|
44 | - */ |
|
43 | + * set context inside container |
|
44 | + */ |
|
45 | 45 | $this->container->register(new LoggerProvider($output)); |
46 | 46 | |
47 | 47 | $parser = new ParseExpertConfig(); |