From c08491dc0d9e1be85b12d3c0208ee9d161992cb4 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Fri, 23 Sep 2022 08:31:56 +1000 Subject: [PATCH] Changelog for #3668 (ref #3669, #3670, #3671) --- package.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.xml b/package.xml index 28f507e395..8f816a2ce4 100644 --- a/package.xml +++ b/package.xml @@ -45,6 +45,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Fixed bug #3653 : False positives for match() in OperatorSpacingSniff -- Thanks to Jaroslav HanslĂ­k (@kukulich) for the patch - Fixed bug #3666 : PEAR.Functions.FunctionCallSignature incorrect indent fix when checking mixed HTML/PHP files + - Fixed bug #3668 : PSR12.Classes.ClassInstantiation.MissingParentheses false positive when instantiating parent classes + -- Similar issues also fixed in Generic.Functions.FunctionCallArgumentSpacing and Squiz.Formatting.OperatorBracket + -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch