From 4770a3cf47c1db6b68e3691473401e5f95eac017 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 {