Reports the expressions that use the same operands, but should rather use different operands (for example,
$var == $var
). These include comparison, logical, null-coalescing, subtraction, and division expressions.