From 25d87b77890b756cd322b6218a3b4a73d26dec8c Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Tue, 7 Dec 2021 08:30:01 +1100 Subject: [PATCH] Changelog for #3495 --- package.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.xml b/package.xml index 23e1bc2def..63cafe3d3d 100644 --- a/package.xml +++ b/package.xml @@ -38,6 +38,12 @@ 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 #3468 : do/while loops are double-counted in Generic.Metrics.CyclomaticComplexity + -- Thanks to Mark Baker for the patch + - Fixed bug #3469 : Ternary Operator and Null Coalescing Operator are not counted in Generic.Metrics.CyclomaticComplexity + -- Thanks to Mark Baker for the patch + - Fixed bug #3472 : PHP 8 match() expression is not counted in Generic.Metrics.CyclomaticComplexity + -- Thanks to Mark Baker for the patch