Reports the boolean expressions inside
if
conditions that contain
$expr == true
or
$expr == false
. Such expressions can be simplified to
if($expr)
and
if(!expr)
.