PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Assignment can be replaced with increment or decrement

Last modified: 16 May 2022

Reports the assignments that can be replaced with incrementing (++) or decrementing (--) operations.

In the following example, the assignment expression is replaced with the incrementing prefix expression.