From df7e76a2e72a16c9d33cb18a26f98fe6ab88cc3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 23 Jul 2021 08:13:21 +0000 Subject: [PATCH] rdv: MR comment --- src/Bundle/ChillCalendarBundle/Entity/Invite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillCalendarBundle/Entity/Invite.php b/src/Bundle/ChillCalendarBundle/Entity/Invite.php index 9b44a93ee..5baca36ab 100644 --- a/src/Bundle/ChillCalendarBundle/Entity/Invite.php +++ b/src/Bundle/ChillCalendarBundle/Entity/Invite.php @@ -27,7 +27,7 @@ class Invite /** * @ORM\Column(type="json_array") */ - private $status = []; + private array $status = []; public function getId(): ?int {