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">
71
71
-- Set the "minimumVisibility" sniff property to "public" to ignore both private and protected methods
72
72
-- The default remains at "private", so all methods are checked
73
73
-- 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
74
78
- The PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket error message is now reported on the closing parenthesis token
75
79
-- Previously, the error was being reported on the function keyword, leading to confusing line numbers in the error report
76
80
- 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">
99
103
-- Thanks to Juliette Reinders Folmer for the patch
100
104
- Fixed bug #3188 : Squiz.WhiteSpace.ScopeKeywordSpacing false positive for static return type
101
105
-- 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
102
108
- Fixed bug #3197 : Squiz.NamingConventions.ValidVariableName does not use correct error code for all member vars
103
109
</notes>
104
110
<contents>
You can’t perform that action at this time.
0 commit comments