* @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) {}
/**
* Implements ArrayAccess.
*
* @param string $name The offset to retrieve.
- * @return contents at offset.
+ * @return mixed contents at offset.
*/
function offsetGet($name) {}
/**
/**
* Retrieve the underlying stream resource.
*
- * @return the underlying stream.
+ * @return resource the underlying stream.
*/
function getResource() {}
/**