File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
136
136
- Fixed an issue that could occurr when checking files on network drives, such as with WSL2 on Windows 10
137
137
-- This works around a long-standing PHP bug with is_readable()
138
138
-- Thanks to Michael S for the patch
139
+ - Fixed a number of false positives in the Squiz.PHP.DisallowMultipleAssignments sniff
140
+ -- Sniff no longer errors for default value assignments in arrow functions
141
+ -- Sniff no longer errors for assignments on first line of closure
142
+ -- Sniff no longer errors for assignments after a goto label
143
+ -- Thanks to Jaroslav Hanslík for the patch
139
144
- Fixed bug #2913 : Generic.WhiteSpace.ScopeIndent false positive when opening and closing tag on same line inside conditional
140
145
- Fixed bug #2992 : Enabling caching using a ruleset produces invalid cache files when using --sniffs and --exclude CLI args
141
146
- Fixed bug #3003 : Squiz.Formatting.OperatorBracket autofix incorrect when assignment used with null coalescing operator
You can’t perform that action at this time.
0 commit comments