From 52f440f90c2e157b574854934e62bf1a03822665 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Thu, 27 May 2021 15:13:05 +1000 Subject: [PATCH] Changelog for #3340 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 7832827e3d..e1412b7f97 100644 --- a/package.xml +++ b/package.xml @@ -53,6 +53,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Fixed bug #3317 : Problem with how phpcs handles ignored files when running in parallel -- Thanks to Emil Andersson for the patch - Fixed bug #3324 : PHPCS hangs processing some nested arrow functions inside a function call + - Fixed bug #3340 : Ensure interface and trait names are always tokenized as T_STRING + -- Thanks to Juliette Reinders Folmer for the patch