Closed carusogabriel closed 5 years ago
When using the Sniff Symfony.Whitespace.AssignmentSpacing and the operator =&, I get an error, but the code is like:
Symfony.Whitespace.AssignmentSpacing
=&
$this->foo[$bar] =& $baz['quox'];
My bad, I was confusing this with +=, *=, .= :man_facepalming:
+=
*=
.=
No problem, thanks @carusogabriel!
When using the Sniff
Symfony.Whitespace.AssignmentSpacing
and the operator=&
, I get an error, but the code is like: