Skip to content

Commit d96b6d8

Browse files
committed
Changelog for #3293
1 parent 53b72cb commit d96b6d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
136136
- Fixed an issue that could occurr when checking files on network drives, such as with WSL2 on Windows 10
137137
-- This works around a long-standing PHP bug with is_readable()
138138
-- 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
139144
- Fixed bug #2913 : Generic.WhiteSpace.ScopeIndent false positive when opening and closing tag on same line inside conditional
140145
- Fixed bug #2992 : Enabling caching using a ruleset produces invalid cache files when using --sniffs and --exclude CLI args
141146
- Fixed bug #3003 : Squiz.Formatting.OperatorBracket autofix incorrect when assignment used with null coalescing operator

0 commit comments

Comments
 (0)