Skip to content

Commit 6621431

Browse files
committed
Changelog for #2399
1 parent 6a87f9f commit 6621431

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
4545
-- Uses the same parenthesis_opener/closer/owner indexes as other tokens
4646
-- Thanks to Juliette Reinders Folmer for the patch
4747
- Added Generic.ControlStructures.DisallowYodaConditions sniff
48-
-- Ban the use of Yoda conditions
49-
-- Thanks to Mponos George for the contribution
48+
-- Ban the use of Yoda conditions
49+
-- Thanks to Mponos George for the contribution
50+
- Generic.Functions.FunctionCallArgumentSpacing no longer checks spacing around assignment operators inside function calls
51+
-- Use the Squiz.WhiteSpace.OperatorSpacing sniff to enforce spacing around assignment operators
52+
--- Note that this sniff checks spacing around all assignment operators, not just inside function calls
53+
-- The Generic.Functions.FunctionCallArgumentSpacing.NoSpaceBeforeEquals error has been removed
54+
--- use Squiz.WhiteSpace.OperatorSpacing.NoSpaceBefore instead
55+
-- The Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterEquals error has been removed
56+
--- use Squiz.WhiteSpace.OperatorSpacing.NoSpaceAfter instead
57+
-- This also changes the PEAR/PSR2/PSR12 standards so they no longer check assignment operators inside function calls
58+
--- They were previously checking these operators when they should not have
59+
-- Thanks to Juliette Reinders Folmer for the patch
5060
- Generic.WhiteSpace.ScopeIndent no longer performs exact indents checking for chained method calls
5161
-- Other sniffs can be used to enforce chained method call indent rules
5262
-- Thanks to Pieter Frenssen for the patch

0 commit comments

Comments
 (0)