Completed
Push — master ( dac7df...b079db )
by Daniel
03:09
created
src/Client.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.