From e21f06bc68206ddf6010bc86866635a04d4cd26c Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 4 Jan 2024 06:29:40 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Remove=20unnecessary=20period=20?= =?UTF-8?q?on=20command=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Console/Commands/MailTestCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Commands/MailTestCommand.php b/src/Console/Commands/MailTestCommand.php index 344ba6d..8f4452c 100644 --- a/src/Console/Commands/MailTestCommand.php +++ b/src/Console/Commands/MailTestCommand.php @@ -20,7 +20,7 @@ class MailTestCommand extends Command * * @var string */ - protected $description = 'Test the WordPress SMTP mailer.'; + protected $description = 'Test the WordPress SMTP mailer'; /** * The error collection.