File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 "omniphx/forrest" : " ^2.0"
1414 },
1515 "require-dev" : {
16- "orchestra/testbench" : " ^8.0 || ^9.0" ,
16+ "orchestra/testbench" : " ^8.0 || ^9.0 || ^10.0 " ,
1717 "php-parallel-lint/php-parallel-lint" : " ^1.3" ,
1818 "phpstan/phpstan" : " ^1" ,
1919 "phpunit/phpunit" : " ^10.0" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Response
2323 /**
2424 * @param string|array<string, mixed> $rawResponse
2525 */
26- public function __construct (protected string $ query , string |array $ rawResponse , int $ currentPage = null )
26+ public function __construct (protected string $ query , string |array $ rawResponse , ? int $ currentPage = null )
2727 {
2828 if (is_string ($ rawResponse )) {
2929 throw new InvalidResponseException ('String response received - expected an array ' );
You can’t perform that action at this time.
0 commit comments