Fork me on GitHub
a Sensio Labs Product

Jump & Run (v3.28.0) edition

Rule long_to_shorthand_operator

Shorthand notation for operators should be used if possible.

Examples

Example #1

--- Original
+++ New
 <?php
-$i = $i + 10;
+$i += 10;

Rule sets

The rule is part of the following rule sets:

The logo is © 2010-2022 Sensio Labs