Skip to content

Commit 1d7c657

Browse files
committed
Changelog for #2402
1 parent 5194a42 commit 1d7c657

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
3737
-- Thanks to Pieter Frenssen for the patch
3838
- PSR2.ControlStructures.ControlStructureSpacing now allows whitespace after the opening parenthesis if followed by a comment
3939
-- 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
4145
-- Thanks to Juliette Reinders Folmer for the patch
4246
- The T_LIST token and it's opening and closing parentheses now contain references to each other in the tokens array
4347
-- Uses the same parenthesis_opener/closer/owner indexes as other tokens

0 commit comments

Comments
 (0)