File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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="/">
You can’t perform that action at this time.
0 commit comments