From 77aa48c22a509f2f475c6988b8053c4af2c94c86 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Mon, 28 Aug 2023 06:53:29 +0100 Subject: [PATCH] Update Mail.php --- src/Appwrite/Event/Mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Event/Mail.php b/src/Appwrite/Event/Mail.php index 6dde45ac57..477d54d574 100644 --- a/src/Appwrite/Event/Mail.php +++ b/src/Appwrite/Event/Mail.php @@ -313,7 +313,7 @@ class Mail extends Event /** * Get Email Variables - * + * * @return array */ public function getVariables(): array @@ -323,7 +323,7 @@ class Mail extends Event /** * Set Email Variables - * + * * @param array $variables * @return self */