From 4c76509f82e62cd32957821a6985ec01735f1814 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 6 Oct 2024 21:23:45 +0100 Subject: [PATCH 1/2] Fix extra spaces in NEWS [skip ci] --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b5173a5f668..598cd949b47 100644 --- a/NEWS +++ b/NEWS @@ -34,7 +34,7 @@ PHP NEWS ext/dom/parentnode/tree.c). (nielsdos) . Fixed bug GH-16151 (Assertion failure in ext/dom/parentnode/tree.c). (nielsdos) - + - GD: . Fixed bug GH-16232 (bitshift overflow on wbmp file content reading / fix backport from upstream). (David Carlier) From ee7e21020e74f02ca1d0ebee462ef9878fe9d55a Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 6 Oct 2024 21:26:42 +0100 Subject: [PATCH 2/2] Fix FPM tester params type --- sapi/fpm/tests/tester.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);