From c732fec6a77ffa72cdd2426d9919264a3241453c Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Mon, 19 Dec 2022 09:46:53 +1100 Subject: [PATCH] Changelog for #3694 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 50b562a931..1486e19b90 100644 --- a/package.xml +++ b/package.xml @@ -53,6 +53,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Similar issues also fixed in Generic.Functions.FunctionCallArgumentSpacing and Squiz.Formatting.OperatorBracket -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch - Fixed bug #3672 : Incorrect ScopeIndent.IncorrectExact report for match inside array literal + - Fixed bug #3694 : Generic.WhiteSpace.SpreadOperatorSpacingAfter does not ignore spread operator in PHP 8.1 first class callables + -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch