Skip to content

Commit 91590ab

Browse files
committed
mixed object attribute
1 parent 133cbdc commit 91590ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RestFul.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ trait RestFul
6161
/**
6262
* The body of request.
6363
*
64-
* @var object
64+
* @var mixed
6565
*/
66-
protected ?object $content = null;
66+
protected mixed $content = [];
6767

6868
/**
6969
* Extend this function to apply additional checking early on in the process.

0 commit comments

Comments
 (0)