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