long_to_shorthand_operator
Shorthand notation for operators should be used if possible.
--- Original +++ New <?php -$i = $i + 10; +$i += 10;
The rule is part of the following rule sets:
@PhpCsFixer
@Symfony