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.
2 parents b5fb2a3 + a9551c5 commit 4b491b7Copy full SHA for 4b491b7
src/Client.php
@@ -25,6 +25,11 @@ final class Client implements HttpClient, HttpAsyncClient
25
*/
26
private $client;
27
28
+ /**
29
+ * If you pass a Guzzle instance as $client, make sure to configure Guzzle to not
30
+ * throw exceptions on HTTP error status codes, or this adapter will violate PSR-18.
31
+ * See also self::buildClient at the bottom of this class.
32
+ */
33
public function __construct(?ClientInterface $client = null)
34
{
35
if (!$client) {
0 commit comments