Skip to content

Commit ee7e210

Browse files
committed
Fix FPM tester params type
1 parent 665ea46 commit ee7e210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/tests/tester.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ class Tester
838838
int $readLimit = -1,
839839
int $writeDelay = 0,
840840
?string $method = null,
841-
array $params = null,
841+
?array $params = null,
842842
): Response {
843843
if ($this->hasError()) {
844844
return $this->createResponse(expectInvalid: true);

0 commit comments

Comments
 (0)