From 4c9c4b8b148f32f5a1260e8267340e39e332af59 Mon Sep 17 00:00:00 2001 From: Piotr Potrebka <piotr.potrebka@wpdesk.net> Date: Fri, 11 Oct 2024 09:38:12 +0200 Subject: [PATCH] feat: refactor --- src/Abstracts/Email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Abstracts/Email.php b/src/Abstracts/Email.php index 7dcc3dd..72c8be1 100644 --- a/src/Abstracts/Email.php +++ b/src/Abstracts/Email.php @@ -106,7 +106,7 @@ class Email { * * @return self */ - public function set_recipients( array $recipients = [] ): self { + public function set_recipients( array $recipients ): self { $this->recipients = $recipients; return $this; -- GitLab