From ea484e593b9325e99e1dd45ed8a374595074d7c1 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sat, 24 Feb 2024 14:49:17 +0000 Subject: [PATCH] format --- 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 bbd05a018f..ac021e71a2 100644 --- a/src/Appwrite/Event/Mail.php +++ b/src/Appwrite/Event/Mail.php @@ -359,7 +359,7 @@ class Mail extends Event /** * Get attachment - * + * * @return array */ public function getAttachment(): array @@ -369,7 +369,7 @@ class Mail extends Event /** * Reset attachment - * + * * @return self */ public function resetAttachment(): self