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