We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f103a4b commit d427d75Copy full SHA for d427d75
package.xml
@@ -127,6 +127,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
127
-- Set the skipIfInheritdoc sniff property to "true" to skip checking function comments if the content is only {@inhertidoc}
128
-- The default remains at "false", so these comments will continue to report errors
129
-- Thanks to Jess Myrbo for the patch
130
+ - Squiz.Commenting.FunctionComment now supports the PHP 8 mixed type
131
+ -- Thanks to Vadim Borodavko for the patch
132
- Squiz.PHP.NonExecutableCode now has improved handling of syntax errors
133
-- Thanks to Thiemo Kreuz for the patch
134
- Squiz.WhiteSpace.ScopeKeywordSpacing now checks spacing when using PHP 8.0 constructor property promotion
0 commit comments