application = $applicationCheckDto->getApplication(); $this->comment = $applicationCheckDto->getComment(); } public function getApplication(): Application { return $this->application; } public function getComment(): ?string { return $this->comment; } }