Skip to content

Commit 0465644

Browse files
committed
Add mixing to Http/Client/Response class
1 parent 6c07bca commit 0465644

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Http/Client/Response.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use LogicException;
99
use Stringable;
1010

11+
/**
12+
* @mixin \Psr\Http\Message\ResponseInterface
13+
*/
1114
class Response implements ArrayAccess, Stringable
1215
{
1316
use Concerns\DeterminesStatusCode, Macroable {

0 commit comments

Comments
 (0)