diff --git a/sapi/fpm/tests/tester.inc b/sapi/fpm/tests/tester.inc index e7d7c09aa39..48a2a5d5f60 100644 --- a/sapi/fpm/tests/tester.inc +++ b/sapi/fpm/tests/tester.inc @@ -838,7 +838,7 @@ class Tester int $readLimit = -1, int $writeDelay = 0, ?string $method = null, - array $params = null, + ?array $params = null, ): Response { if ($this->hasError()) { return $this->createResponse(expectInvalid: true);