File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
66
66
-- Thanks to Michał Bundyra for the patch
67
67
- Squiz.Commenting.BlockComment no longer requires blank line before comment if it's the first content after the PHP open tag
68
68
-- 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
69
72
- Squiz.PHP.DisallowMultipleAssignments now has a second error code for when assignments are found inside control structure conditions
70
73
-- The new error code is Squiz.PHP.DisallowMultipleAssignments.FoundInControlStructure
71
74
-- All other multiple assignment cases use the existing error code Squiz.PHP.DisallowMultipleAssignments.Found
You can’t perform that action at this time.
0 commit comments