Skip to content

Commit

Permalink
mixed object attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
daycry committed Jun 21, 2023
1 parent 133cbdc commit 91590ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RestFul.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ trait RestFul
/**
* The body of request.
*
* @var object
* @var mixed
*/
protected ?object $content = null;
protected mixed $content = [];

/**
* Extend this function to apply additional checking early on in the process.
Expand Down

0 comments on commit 91590ab

Please sign in to comment.