We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cbf43 commit 18c4d69Copy full SHA for 18c4d69
src/Client.php
@@ -42,11 +42,11 @@ class Client
42
* debug => true,
43
* ];
44
*
45
- * @param ?HTTPClientInterface $client Optional, pass in custom HTTP client.
+ * @param HTTPClientInterface $client Optional, pass in custom HTTP client.
46
47
* @return Object Client object
48
*/
49
- public function __construct( array $options = [], ?HTTPClientInterface $client = null)
+ public function __construct( array $options = [], HTTPClientInterface $client = null)
50
{
51
$this->options = $options;
52
$this->http_client = $client ?? new HTTPClient($options);
0 commit comments