From 4f57c61489737869d5c6aa0a5688a04a467536c2 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 13 Mar 2019 09:15:01 +0100 Subject: [PATCH] update live stub --- http.stub.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http.stub.php b/http.stub.php index 193f546..508af58 100644 --- a/http.stub.php +++ b/http.stub.php @@ -289,7 +289,7 @@ class Client implements \SplSubject, \Countable { * @param \http\Client\Request $request The request to probe for transfer info. * @throws \http\Exception\InvalidArgumentException * @throws \http\Exception\UnexpectedValueException - * @return stdClass instance holding transfer related information. + * @return object stdClass instance holding transfer related information. */ function getTransferInfo(\http\Client\Request $request) {} /** @@ -1447,7 +1447,7 @@ class Params implements \ArrayAccess { * Implements ArrayAccess. * * @param string $name The offset to retrieve. - * @return contents at offset. + * @return mixed contents at offset. */ function offsetGet($name) {} /** @@ -3073,7 +3073,7 @@ class Body implements \Serializable { /** * Retrieve the underlying stream resource. * - * @return the underlying stream. + * @return resource the underlying stream. */ function getResource() {} /** -- 2.30.2