Fix FPM tester params type

This commit is contained in:
Jakub Zelenka 2024-10-06 21:26:42 +01:00
parent 665ea46c1c
commit ee7e21020e
No known key found for this signature in database
GPG Key ID: 1C0779DC5C0A9DE4

View File

@ -838,7 +838,7 @@ class Tester
int $readLimit = -1, int $readLimit = -1,
int $writeDelay = 0, int $writeDelay = 0,
?string $method = null, ?string $method = null,
array $params = null, ?array $params = null,
): Response { ): Response {
if ($this->hasError()) { if ($this->hasError()) {
return $this->createResponse(expectInvalid: true); return $this->createResponse(expectInvalid: true);