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

Code Inspection: 'if' with common parts

Last modified: 16 May 2022

Reports the if statements with duplicated common parts.

In the following example, both the if and else branches of a conditional statement contain the common exampleFunction() call. After the quick-fix is applied, the call is extracted from the conditional statement.