File tree 1 file changed +4
-0
lines changed
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">
73
73
-- Thanks to Vincent Langlet for the patch
74
74
- The PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket error message is now reported on the closing parenthesis token
75
75
-- 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
76
80
- Fixed an issue that could occurr when checking files on network drives, such as with WSL2 on Windows 10
77
81
-- This works around a long-standing PHP bug with is_readable()
78
82
-- Thanks to Michael S for the patch
You can’t perform that action at this time.
0 commit comments