project = $project; return $this; } public function getProject(): ?Project { return $this->project; } }