From ac912deb6362e1a9d8926f85f6d9fdb31973bb0a Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Tue, 28 Sep 2021 08:28:07 +1000 Subject: [PATCH] Changelog for #3424 (ref #3427) --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 1b0566706e..8020c228b9 100644 --- a/package.xml +++ b/package.xml @@ -92,6 +92,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Fixed bug #3394 : Fix PHP 8.1 auto_detect_line_endings deprecation notice - Fixed bug #3400 : PHP 8.1: prevent deprecation notices about missing return types -- Thanks to Juliette Reinders Folmer for the patch + - Fixed bug #3424 : PHPCS fails when using PHP 8 Constructor property promotion with attributes + -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3425 : PHP 8.1 | Runner::processChildProcs(): fix passing null to non-nullable bug -- Thanks to Juliette Reinders Folmer for the patch