Skip to content

Commit 71de9e1

Browse files
committed
Changelog for #2077 (ref #2815)
1 parent a2ec4de commit 71de9e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
3131
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
3232
-- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
3333
-- Thanks to Juliette Reinders Folmer for the patch
34+
- PEAR.Commenting.FunctionComment and Squiz.Commenting.FunctionComment sniffs can now ignore private and protected methods
35+
-- Set the "minimumVisibility" sniff property to "protected" to ignore private methods
36+
-- Set the "minimumVisibility" sniff property to "public" to ignore both private and protected methods
37+
-- The default remains at "private", so all methods are checked
38+
-- Thanks to Vincent Langlet for the patch
3439
</notes>
3540
<contents>
3641
<dir name="/">

0 commit comments

Comments
 (0)