@@ -173,6 +173,4 @@ |
||
173 | 173 | $initializer->addTemplate('Drupal', new DrupalTemplate()); |
174 | 174 | $initializer->addTemplate('TYPO3', new Typo3Template()); |
175 | 175 | |
176 | - return $initializer; |
|
177 | - } |
|
178 | -} |
|
176 | + return $initializer |
|
179 | 177 | \ No newline at end of file |
@@ -8,13 +8,11 @@ |
||
8 | 8 | namespace Deployer\Console; |
9 | 9 | |
10 | 10 | use Deployer\Deployer; |
11 | -use Deployer\Host\Host; |
|
12 | 11 | use Deployer\Host\Localhost; |
13 | 12 | use Deployer\Task\Context; |
14 | 13 | use Symfony\Component\Console\Command\Command; |
15 | 14 | use Symfony\Component\Console\Input\InputArgument; |
16 | 15 | use Symfony\Component\Console\Input\InputInterface; |
17 | -use Symfony\Component\Console\Input\InputOption as Option; |
|
18 | 16 | use Symfony\Component\Console\Output\OutputInterface; |
19 | 17 | use Symfony\Component\Console\Question\ChoiceQuestion; |
20 | 18 |
@@ -8,11 +8,7 @@ |
||
8 | 8 | namespace Deployer\Console; |
9 | 9 | |
10 | 10 | use Deployer\Deployer; |
11 | -use Deployer\Exception\Exception; |
|
12 | -use Deployer\Exception\GracefulShutdownException; |
|
13 | -use Deployer\Exception\RunException; |
|
14 | 11 | use Deployer\Executor\Worker; |
15 | -use Deployer\Task\Context; |
|
16 | 12 | use Symfony\Component\Console\Input\InputArgument; |
17 | 13 | use Symfony\Component\Console\Input\InputInterface; |
18 | 14 | use Symfony\Component\Console\Input\InputOption as Option; |