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