@@ -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 |
@@ -7,7 +7,6 @@ discard block |
||
7 | 7 | |
8 | 8 | namespace Deployer; |
9 | 9 | |
10 | -use Deployer\Exception\Exception; |
|
11 | 10 | use Deployer\Exception\GracefulShutdownException; |
12 | 11 | use Deployer\Exception\RunException; |
13 | 12 | use Deployer\Host\FileLoader; |
@@ -18,8 +17,6 @@ discard block |
||
18 | 17 | use Deployer\Task\Context; |
19 | 18 | use Deployer\Task\GroupTask; |
20 | 19 | use Deployer\Task\Task as T; |
21 | -use Deployer\Utility\Httpie; |
|
22 | -use Symfony\Component\Console\Exception\MissingInputException; |
|
23 | 20 | use Symfony\Component\Console\Helper\QuestionHelper; |
24 | 21 | use Symfony\Component\Console\Input\InputInterface; |
25 | 22 | use Symfony\Component\Console\Input\InputOption; |