old = $old; $this->new = $new; } /** * {@inheritdoc} */ public function render() { return [ 'command' => 'update_build_id', 'old' => $this->old, 'new' => $this->new, ]; } }