Skip to content

Commit e5f3e8b

Browse files
committed
Changelog for #3051 (ref #2770)
1 parent b1c2254 commit e5f3e8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)