/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Php70/ValueObject
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Php70/ValueObject/ComparedExprs.php (641B)
firstExpr = $firstExpr;
$this->secondExpr = $secondExpr;
}
public function getFirstExpr() : Expr
{
return $this->firstExpr;
}
public function getSecondExpr() : Expr
{
return $this->secondExpr;
}
}