From cd5acaa651df870e8a3207926f236400361219e0 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Fri, 21 Oct 2022 16:57:32 +1100 Subject: [PATCH] Changelog for #3639 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index fd02405083..50b562a931 100644 --- a/package.xml +++ b/package.xml @@ -40,6 +40,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch - Fixed bug #3632 : Short list not tokenized correctly in control structures without braces -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch + - Fixed bug #3639 : Tokenizer not applying tab replacement to heredoc/nowdoc closers + -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch - Fixed bug #3640 : Generic.WhiteSpace.DisallowTabIndent not reporting errors for PHP 7.3 flexible heredoc/nowdoc syntax -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch - Fixed bug #3645 : PHPCS can show 0 exit code when running in parallel even if child process has fatal error