diff --git a/package.xml b/package.xml index 6a3e88afae..2c593d512a 100644 --- a/package.xml +++ b/package.xml @@ -26,7 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD 3-Clause License - - Fixed bug #3616: Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression + - Fixed bug #3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression + -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch + - Fixed bug #3618 : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent() -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch @@ -2255,7 +2257,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> 2022-06-18 BSD License - - Fixed bug #3609: Methods/constants with name empty/isset/unset are always reported as error + - Fixed bug #3609 : Methods/constants with name empty/isset/unset are always reported as error -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch