/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Php70/ValueObject
NameSizeModeActions
ComparedExprs.php6410644editdlrm
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; } }