Skip to content

Commit

Permalink
Update Response.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Braunson authored May 28, 2024
1 parent 4c5e595 commit 33cbbfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ class Response
/**
* The decoded JSON response object.
*
* @var object<object-key, mixed>
* @var mixed
*/
protected object $decodedJsonObject;
protected mixed $decodedJsonObject;

/**
* The decoded XML response.
Expand Down

0 comments on commit 33cbbfd

Please sign in to comment.