removedExpr = $removedExpr; $this->concatItemNode = $concatItemNode; } public function getRemovedExpr() : \PhpParser\Node\Expr { return $this->removedExpr; } public function getConcatItemNode() : \PhpParser\Node { return $this->concatItemNode; } }