@@ -16,6 +16,9 @@ |
||
16 | 16 | */ |
17 | 17 | private $hosts = []; |
18 | 18 | |
19 | + /** |
|
20 | + * @param string $file |
|
21 | + */ |
|
19 | 22 | public function load($file) |
20 | 23 | { |
21 | 24 | $data = Yaml::parse(file_get_contents($file)); |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use Deployer\Console\Output\RemoteOutput; |
11 | 11 | use Deployer\Deployer; |
12 | 12 | use Deployer\Exception\NonFatalException; |
13 | -use Deployer\Server\Environment; |
|
14 | 13 | use Deployer\Task\Context; |
15 | 14 | use Pure\Client; |
16 | 15 | use Symfony\Component\Console\Command\Command; |
@@ -117,6 +117,9 @@ |
||
117 | 117 | } |
118 | 118 | |
119 | 119 | |
120 | + /** |
|
121 | + * @param string $hostname |
|
122 | + */ |
|
120 | 123 | private function writeln($type, $hostname, $output) |
121 | 124 | { |
122 | 125 | $output = $this->filterOutput($output); |