@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | } |
81 | 81 | |
82 | 82 | /** |
83 | - * @return mixed |
|
83 | + * @return string |
|
84 | 84 | */ |
85 | 85 | public function getHost() |
86 | 86 | { |
@@ -139,7 +139,7 @@ discard block |
||
139 | 139 | } |
140 | 140 | |
141 | 141 | /** |
142 | - * @return mixed |
|
142 | + * @return string |
|
143 | 143 | */ |
144 | 144 | public function getUsername() |
145 | 145 | { |
@@ -188,7 +188,7 @@ discard block |
||
188 | 188 | * |
189 | 189 | * @param bool $hostConnection |
190 | 190 | * |
191 | - * @return string |
|
191 | + * @return Command |
|
192 | 192 | * |
193 | 193 | * @throws \InvalidArgumentException If you don't specify a SSH username or host |
194 | 194 | */ |