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 6c07bca commit 0465644Copy full SHA for 0465644
src/Illuminate/Http/Client/Response.php
@@ -8,6 +8,9 @@
8
use LogicException;
9
use Stringable;
10
11
+/**
12
+ * @mixin \Psr\Http\Message\ResponseInterface
13
+ */
14
class Response implements ArrayAccess, Stringable
15
{
16
use Concerns\DeterminesStatusCode, Macroable {
0 commit comments