From 19f17f8aebdbf28966aae770daf0066c9cad3f88 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Fri, 22 Aug 2025 15:12:14 +0200 Subject: [PATCH] CS --- src/PHPMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PHPMailer.php b/src/PHPMailer.php index d1912e57..5b0ba5c0 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -1851,7 +1851,7 @@ class PHPMailer $this->Subject, $body, $this->From, - [] + [] ); } $this->edebug("Result: " . ($result === 0 ? 'true' : 'false'));