update live stub
authorMichael Wallner <root@s201809.m6w6.name>
Wed, 13 Mar 2019 08:15:01 +0000 (09:15 +0100)
committerMichael Wallner <root@s201809.m6w6.name>
Wed, 13 Mar 2019 08:15:01 +0000 (09:15 +0100)
http.stub.php

index 193f54675b7b4cc1d3a828d7682e57ca8b091553..508af586c36709816fa1586f1d3c98ac2c66a536 100644 (file)
@@ -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() {}
        /**