From e754fab4d3e0ecd7c1f4912d58b11b48f9584871 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Fri, 12 Mar 2021 13:39:35 +1100 Subject: [PATCH] Changelog for #3259 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index db92860685..a8249e5467 100644 --- a/package.xml +++ b/package.xml @@ -97,6 +97,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Jess Myrbo for the patch - Squiz.PHP.NonExecutableCode now has improved handling of syntax errors -- Thanks to Thiemo Kreuz for the patch + - Squiz.WhiteSpace.ScopeKeywordSpacing now checks spacing when using PHP 8.0 constructor property promotion + -- Thanks to Juliette Reinders Folmer for the patch - Fixed an issue that could occurr when checking files on network drives, such as with WSL2 on Windows 10 -- This works around a long-standing PHP bug with is_readable() -- Thanks to Michael S for the patch