File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
7171 -- Set the "minimumVisibility" sniff property to "public" to ignore both private and protected methods
7272 -- The default remains at "private", so all methods are checked
7373 -- Thanks to Vincent Langlet for the patch
74+ - PSR2.ControlStructures.SwitchDeclaration now supports nested switch statements where every branch terminates
75+ -- Previously, if a CASE only contained a SWITCH and no direct terminating statement, a fall-through error was displayed
76+ -- Now, the error is surpressed if every branch of the SWITCH has a terminating statement
77+ -- Thanks to Vincent Langlet for the patch
7478 - The PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket error message is now reported on the closing parenthesis token
7579 -- Previously, the error was being reported on the function keyword, leading to confusing line numbers in the error report
7680 - Squiz.Commenting.FunctionComment is now able to ignore function comments that are only inheritdoc statements
@@ -99,6 +103,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
99103 -- Thanks to Juliette Reinders Folmer for the patch
100104 - Fixed bug #3188 : Squiz.WhiteSpace.ScopeKeywordSpacing false positive for static return type
101105 -- Thanks to Juliette Reinders Folmer for the patch
106+ - Fixed bug #3192 : findStartOfStatement doesn't work correctly inside switch
107+ -- Thanks to Vincent Langlet for the patch
102108 - Fixed bug #3197 : Squiz.NamingConventions.ValidVariableName does not use correct error code for all member vars
103109 </notes>
104110 <contents>
You can’t perform that action at this time.
0 commit comments