From 0692dad8b970931566fc8190ea5143c03946da1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bar=C3=A1=C5=A1ek?= Date: Wed, 10 Feb 2021 20:22:29 +0100 Subject: [PATCH] Email: Fix coding standard --- src/Entity/Email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Email.php b/src/Entity/Email.php index bfb35a7..1d48b31 100644 --- a/src/Entity/Email.php +++ b/src/Entity/Email.php @@ -15,7 +15,7 @@ * @ORM\Entity() * @ORM\Table( * name="core__emailer_email", - * indexes={ + * indexes={ * @Index(name="core__emailer_email_status", columns={"status"}) * } * )