File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
7373 -- Thanks to Vincent Langlet for the patch
7474 - The PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket error message is now reported on the closing parenthesis token
7575 -- Previously, the error was being reported on the function keyword, leading to confusing line numbers in the error report
76+ - Squiz.Commenting.FunctionComment is now able to ignore function comments that are only inheritdoc statements
77+ -- Set the skipIfInheritdoc sniff property to "true" to skip checking function comments if the content is only {@inhertidoc}
78+ -- The default remains at "false", so these comments will continue to report errors
79+ -- Thanks to Jess Myrbo for the patch
7680 - Fixed an issue that could occurr when checking files on network drives, such as with WSL2 on Windows 10
7781 -- This works around a long-standing PHP bug with is_readable()
7882 -- Thanks to Michael S for the patch
You can’t perform that action at this time.
0 commit comments