File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
37
37
-- Thanks to Pieter Frenssen for the patch
38
38
- PSR2.ControlStructures.ControlStructureSpacing now allows whitespace after the opening parenthesis if followed by a comment
39
39
-- Thanks to Michał Bundyra for the patch
40
- - Squiz.Commenting.BlockComment no longer requires a blank line before the comment if it is the first content after the PHP open tag
40
+ - Squiz.Commenting.BlockComment no longer requires blank line before comment if it's the first content after the PHP open tag
41
+ -- Thanks to Juliette Reinders Folmer for the patch
42
+ - Squiz.PHP.DisallowMultipleAssignments now has a second error code for when assignments are found inside control structure conditions
43
+ -- The new error code is Squiz.PHP.DisallowMultipleAssignments.FoundInControlStructure
44
+ -- All other multiple assignment cases use the existing error code Squiz.PHP.DisallowMultipleAssignments.Found
41
45
-- Thanks to Juliette Reinders Folmer for the patch
42
46
- The T_LIST token and it's opening and closing parentheses now contain references to each other in the tokens array
43
47
-- Uses the same parenthesis_opener/closer/owner indexes as other tokens
You can’t perform that action at this time.
0 commit comments