@@ -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)); |
@@ -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); |