Skip to content

Commit

Permalink
Add mixing to Http/Client/Response class
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-hansen committed Aug 7, 2024
1 parent 6c07bca commit 0465644
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Http/Client/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
use LogicException;
use Stringable;

/**
* @mixin \Psr\Http\Message\ResponseInterface
*/
class Response implements ArrayAccess, Stringable
{
use Concerns\DeterminesStatusCode, Macroable {
Expand Down

0 comments on commit 0465644

Please sign in to comment.