@@ -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 |
@@ -9,7 +9,6 @@ |
||
9 | 9 | |
10 | 10 | use Deployer\Configuration\Configuration; |
11 | 11 | use Deployer\Component\Ssh\Arguments; |
12 | -use Deployer\Configuration\ProxyConfig; |
|
13 | 12 | use Deployer\Deployer; |
14 | 13 | |
15 | 14 | class Host |