From 13f4fac7f8450381122f0f4cd750a63c2821c7fa Mon Sep 17 00:00:00 2001 From: bocharsky-bw Date: Thu, 27 Jun 2024 22:38:52 +0200 Subject: [PATCH] Fix typo: synchronous -> synchronously --- MailerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailerInterface.php b/MailerInterface.php index 8d9540a..ebac4b5 100644 --- a/MailerInterface.php +++ b/MailerInterface.php @@ -15,7 +15,7 @@ use Symfony\Component\Mime\RawMessage; /** - * Interface for mailers able to send emails synchronous and/or asynchronous. + * Interface for mailers able to send emails synchronously and/or asynchronously. * * Implementations must support synchronous and asynchronous sending. *