From 734d4999ccca711e91d49d86caffab1a3954ed9b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 25 Apr 2019 12:43:26 +0200 Subject: [PATCH] PSR 2 compliance --- src/Deblan/Command/CheckCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Deblan/Command/CheckCommand.php b/src/Deblan/Command/CheckCommand.php index 1310667..c81f669 100644 --- a/src/Deblan/Command/CheckCommand.php +++ b/src/Deblan/Command/CheckCommand.php @@ -44,8 +44,8 @@ class CheckCommand extends BaseCommand { $this ->setName('check') - ->addArgument('domains', InputArgument::IS_ARRAY|InputArgument::REQUIRED, 'List of domains.') - ->setHelp(<<addArgument('domains', InputArgument::IS_ARRAY | InputArgument::REQUIRED, 'List of domains.') + ->setHelp(<<<'EOF' The %command.name% retrieves the expiration dates of the given domains. Example: %command.full_name% example.com other-example.com