You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, no errors would be thrown, now you get the following false positives:
-------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-------------------------------------------------------------------------------------------------------------
3 | ERROR | [x] Expected at least 1 space after "-"; 0 found
| | (PSR12.Operators.OperatorSpacing.NoSpaceAfter)
5 | ERROR | [x] Expected at least 1 space after "-"; 0 found
| | (PSR12.Operators.OperatorSpacing.NoSpaceAfter)
7 | ERROR | [x] Expected at least 1 space after "-"; 0 found
| | (PSR12.Operators.OperatorSpacing.NoSpaceAfter)
-------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
Looks like PR #2640 has introduced some new issues in
PSR12.Operators.OperatorSpacing
which extendsSquiz.WhiteSpace.OperatorSpacing
.Example code:
Previously, no errors would be thrown, now you get the following false positives:
The text was updated successfully, but these errors were encountered: