Merge branch 'PHP-8.4'

This commit is contained in:
Jakub Zelenka 2024-10-06 21:27:06 +01:00
commit 00cdbcf110
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 $writeDelay = 0,
?string $method = null,
array $params = null,
?array $params = null,
): Response {
if ($this->hasError()) {
return $this->createResponse(expectInvalid: true);