From 62e6e0696bd03773fd551ec766aad765607303da Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Fri, 23 Apr 2021 15:37:51 +1000 Subject: [PATCH] Changelog for #3317 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 5e212f6420..2ba1ae8b43 100644 --- a/package.xml +++ b/package.xml @@ -34,6 +34,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3303 : findStartOfStatement() doesn't work with T_OPEN_TAG_WITH_ECHO - Fixed bug #3316 : Arrow function not tokenized correctly when using null in union type + - Fixed bug #3317 : Problem with how phpcs handles ignored files when running in parallel + -- Thanks to Emil Andersson for the patch