From 4f3655e48d71402cfeab0ca72e946a18d3b33c8b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 12 Mar 2019 19:50:53 +0100 Subject: [PATCH] update live stub --- http.stub.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/http.stub.php b/http.stub.php index 71ff852..193f546 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 object stdClass instance holding transfer related information. + * @return 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 mixed contents at offset. + * @return contents at offset. */ function offsetGet($name) {} /** @@ -1912,7 +1912,7 @@ const FEATURES = 4179869; * e.g. "libcurl/7.50.0 OpenSSL/1.0.2h zlib/1.2.8 libidn/1.32 nghttp2/1.12.0". * See http\Client\Curl\Versions namespace. */ -const VERSIONS = 'libcurl/7.64.0 OpenSSL/1.1.1a zlib/1.2.11 libidn2/2.1.1 libpsl/0.20.2 (+libidn2/2.1.1) libssh2/1.8.0 nghttp2/1.36.0'; +const VERSIONS = 'libcurl/7.64.0 OpenSSL/1.1.1b zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3'; /** * Use HTTP/1.0 protocol version. */ @@ -2352,7 +2352,7 @@ const CURL = '7.64.0'; /** * Version string of the SSL/TLS library, e.g. "OpenSSL/1.0.2h". */ -const SSL = 'OpenSSL/1.1.1a'; +const SSL = 'OpenSSL/1.1.1b'; /** * Version string of the zlib compression library, e.g. "1.2.8". */ @@ -3073,7 +3073,7 @@ class Body implements \Serializable { /** * Retrieve the underlying stream resource. * - * @return resource the underlying stream. + * @return the underlying stream. */ function getResource() {} /** -- 2.30.2