Skip to content

Commit 3634776

Browse files
committed
Changelog for #2401
1 parent f3a0f29 commit 3634776

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
6666
-- Thanks to Michał Bundyra for the patch
6767
- Squiz.Commenting.BlockComment no longer requires blank line before comment if it's the first content after the PHP open tag
6868
-- Thanks to Juliette Reinders Folmer for the patch
69+
- Squiz.Operators.IncrementDecrementUsage now suggests pre-increment of variables instead of post-increment
70+
-- This change does not enforce pre-increment over post-increment; only the suggestion has changed
71+
-- Thanks to Juliette Reinders Folmer for the patch
6972
- Squiz.PHP.DisallowMultipleAssignments now has a second error code for when assignments are found inside control structure conditions
7073
-- The new error code is Squiz.PHP.DisallowMultipleAssignments.FoundInControlStructure
7174
-- All other multiple assignment cases use the existing error code Squiz.PHP.DisallowMultipleAssignments.Found

0 commit comments

Comments
 (0)