Skip to content

Commit fd0f381

Browse files
authored
Add mixing to Http/Client/Response class (#52410)
1 parent 56200cb commit fd0f381

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
@@ -9,6 +9,9 @@
99
use LogicException;
1010
use Stringable;
1111

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

0 commit comments

Comments
 (0)