This commit is contained in:
2025-04-22 23:42:07 +02:00
parent 7b05e52d95
commit 0f07e7eabf
15 changed files with 51 additions and 43 deletions

View File

@@ -72,7 +72,7 @@ class Answer
return $this;
}
public function isRightAnswer(): ?bool
public function isRightAnswer(): bool
{
return $this->isRightAnswer;
}