From e40edd843b523988107bcc6d6f721f1cef1cbff9 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Mon, 13 Dec 2021 08:28:54 +1100 Subject: [PATCH] Changelog for #3456 (ref #3457) --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 9364b8cde4..30e4af92d7 100644 --- a/package.xml +++ b/package.xml @@ -38,6 +38,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Vadim Borodavko for the patch - Fixed bug #3448 : PHP 8.1 deprecation notice while generating running time value -- Thanks to Juliette Reinders Folmer and Andy Postnikov for the patch + - Fixed bug #3456 : PSR12.Classes.ClassInstantiation.MissingParentheses false positive using attributes on anonymous class + -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3460 : Generic.Formatting.MultipleStatementAlignment false positive on closure with parameters -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3468 : do/while loops are double-counted in Generic.Metrics.CyclomaticComplexity