From d427d75a155195970133974162e7fa9dbf3069da Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Thu, 1 Apr 2021 09:36:57 +1100 Subject: [PATCH] Changelog for #3289 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 109091ed0b..0a71b163b1 100644 --- a/package.xml +++ b/package.xml @@ -127,6 +127,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Set the skipIfInheritdoc sniff property to "true" to skip checking function comments if the content is only {@inhertidoc} -- The default remains at "false", so these comments will continue to report errors -- Thanks to Jess Myrbo for the patch + - Squiz.Commenting.FunctionComment now supports the PHP 8 mixed type + -- Thanks to Vadim Borodavko 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