mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.4'
This commit is contained in:
commit
00cdbcf110
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue