From d35d320ffb5e26047891bdf874a67c48d1e57f75 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Thu, 29 Jul 2021 15:01:10 +1000 Subject: [PATCH] Changelog for attribute false positives (ref #3396, #3397, #3398, #3399) --- package.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.xml b/package.xml index 100a4b098f..d5fa57dc2f 100644 --- a/package.xml +++ b/package.xml @@ -49,6 +49,13 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Juliette Reinders Folmer for the patch - Squiz.Commenting.BlockComment now correctly applies rules for block comments after a short echo tag -- Thanks to Juliette Reinders Folmer for the patch + - Fixed false positives when using attributes in the following sniffs: + -- PEAR.Commenting.FunctionComment + -- Squiz.Commenting.InlineComment + -- Squiz.Commenting.BlockComment + -- Squiz.Commenting.VariableComment + -- Squiz.WhiteSpace.MemberVarSpacing + -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3294 : Bug in attribute tokenization when content contains PHP end token or attribute closer on new line -- Thanks to Alessandro Chitolina for the patch -- Thanks to Juliette Reinders Folmer for the tests