@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | * |
169 | 169 | * @param AliveOptions $options |
170 | 170 | * |
171 | - * @return PromiseInterface |
|
171 | + * @return Client |
|
172 | 172 | */ |
173 | 173 | public function alive(AliveOptions $options) |
174 | 174 | { |
@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | * |
188 | 188 | * @param ByebyeOptions $options |
189 | 189 | * |
190 | - * @return PromiseInterface |
|
190 | + * @return Client |
|
191 | 191 | */ |
192 | 192 | public function byebye(ByebyeOptions $options) |
193 | 193 | { |
@@ -244,7 +244,7 @@ discard block |
||
244 | 244 | * |
245 | 245 | * @param UpdateOptions $options |
246 | 246 | * |
247 | - * @return PromiseInterface |
|
247 | + * @return Client |
|
248 | 248 | */ |
249 | 249 | public function update(UpdateOptions $options) |
250 | 250 | { |