From 23aeee922769c9f8c9af3d2e86b33160b755be0f Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 15 Jan 2024 21:19:07 +0100 Subject: [PATCH] Wording improvement --- Command/ValidateConnectionsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/ValidateConnectionsCommand.php b/Command/ValidateConnectionsCommand.php index a59f805..ba4486c 100644 --- a/Command/ValidateConnectionsCommand.php +++ b/Command/ValidateConnectionsCommand.php @@ -20,7 +20,7 @@ * * USE: php bin/console imap-bundle:validate-connections */ -#[AsCommand(name: 'imap-bundle:validate-connections', description: 'Validate if all Mailboxes can connect correct. If not, return 1.')] +#[AsCommand(name: 'imap-bundle:validate-connections', description: 'Check if a connection can be established to all mailboxes. If not, return 1.')] class ValidateConnectionsCommand extends Command { protected ?InputInterface $input;