@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | - * @return mixed |
|
73 | + * @return string |
|
74 | 74 | */ |
75 | 75 | public function getHost() |
76 | 76 | { |
@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | } |
128 | 128 | |
129 | 129 | /** |
130 | - * @return mixed |
|
130 | + * @return string |
|
131 | 131 | */ |
132 | 132 | public function getUsername() |
133 | 133 | { |
@@ -179,7 +179,7 @@ discard block |
||
179 | 179 | * |
180 | 180 | * @param bool $hostConnection |
181 | 181 | * |
182 | - * @return string |
|
182 | + * @return Command |
|
183 | 183 | * |
184 | 184 | * @throws \InvalidArgumentException If you don't specify a SSH username or host |
185 | 185 | */ |