From c85ac6ad4c1005070122cb9382b105185ac40a8a Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Thu, 4 May 2023 18:02:35 +1000 Subject: [PATCH] Changelog for #3787 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index b955ac1647..594a24b428 100644 --- a/package.xml +++ b/package.xml @@ -63,6 +63,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch - Fixed bug #3779 : Squiz/LowercasePHPFunctions + Generic/ForbiddenFunctions: bug fix for class names in attributes -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch + - Fixed bug #3787 : PEAR/Squiz/[MultiLine]FunctionDeclaration: allow for PHP 8.1 new in initializers + -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch - Fixed bug #3789 : Incorrect tokenization for ternary operator with match inside of it -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch - Fixed bug #3797 : Tokenizer/PHP: more context sensitive keyword fixes