mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fix FPM tester params type
This commit is contained in:
parent
665ea46c1c
commit
ee7e21020e
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user