skill; } public function setSkill(?Skill $skill): void { $this->skill = $skill; } public function getEmployee(): ?Employee { return $this->employee; } public function setEmployee(?Employee $employee): void { $this->employee = $employee; } }