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 @@ -117,6 +117,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
117117 -- Set the "minimumVisibility" sniff property to "public" to ignore both private and protected methods
118118 -- The default remains at "private", so all methods are checked
119119 -- Thanks to Vincent Langlet for the patch
120+ - PEAR.Commenting.FunctionComment and Squiz.Commenting.FunctionComment sniffs can now ignore return tags in any method
121+ -- Previously, only __construct and __destruct were ignored
122+ -- Set the list of method names to ignore in the "specialMethods" sniff property
123+ -- The default remains at "__construct" and "__destruct" only
124+ -- Thanks to Vincent Langlet for the patch
120125 - PSR2.ControlStructures.SwitchDeclaration now supports nested switch statements where every branch terminates
121126 -- Previously, if a CASE only contained a SWITCH and no direct terminating statement, a fall-through error was displayed
122127 -- Now, the error is surpressed if every branch of the SWITCH has a terminating statement
You can’t perform that action at this time.
0 commit comments