From d4ba5fc8183e6fc0c5e2b891bc1d8f9f0d34512d Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Wed, 14 Oct 2020 09:05:34 +1100 Subject: [PATCH] Changelog for #3043 (ref #3129) --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index d497086d17..51769f8e62 100644 --- a/package.xml +++ b/package.xml @@ -55,6 +55,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Thiemo Kreuz for the patch - Fixed bug #3007 : Directory exclude pattern improperly excludes directories with names that start the same -- Thanks to Steve Talbot for the patch + - Fixed bug #3043 : Squiz.WhiteSpace.OperatorSpacing false positive for negation in arrow function + -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3049 : Incorrect error with arrow function and parameter passed as reference -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3053 : PSR2 incorrect fix when multiple use statements on same line do not have whitespace between them