@@ -40,7 +40,7 @@ class Commentaire
$this->dateSubmitted = new \DateTime('now');
}
- public function getId(): int
+ public function getId(): ?int
{
return $this->id;
@@ -90,7 +90,7 @@ class Film
return $this;