From fd7ceffeb64b8dd452658c2f2da7d2275ee967ee Mon Sep 17 00:00:00 2001 From: SebastianKrupinski Date: Mon, 9 Sep 2024 14:51:51 -0400 Subject: [PATCH] fixup! feat: mail provider backend Signed-off-by: SebastianKrupinski --- lib/Provider/Command/MessageSend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Provider/Command/MessageSend.php b/lib/Provider/Command/MessageSend.php index 27a5bb2384..6f747135a2 100644 --- a/lib/Provider/Command/MessageSend.php +++ b/lib/Provider/Command/MessageSend.php @@ -140,7 +140,7 @@ protected function convertAddressArray(array $addresses): array { * * @since 4.0.0 * - * @param array $attachments collection of local attachment objects + * @param array $attachments collection of local attachment objects */ protected function purgeSavedAttachments(array $attachments): void { foreach ($attachments as $attachment) {