From a546bd65023a25ad65866ba3dbb3ceeee00d0a63 Mon Sep 17 00:00:00 2001 From: Francesco Danti Date: Sat, 26 Dec 2020 10:27:17 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/GenerateDocumentationCommand.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/GenerateDocumentationCommand.php b/src/GenerateDocumentationCommand.php index eb1d586..97f3f2b 100755 --- a/src/GenerateDocumentationCommand.php +++ b/src/GenerateDocumentationCommand.php @@ -66,12 +66,12 @@ protected function configure() 'Github URL of the projects git repository (requires --repo-base as well)', false )->addOption( - 'repo-base', - null, - InputOption::VALUE_REQUIRED, - 'Base path of the project git repository', - false - ); + 'repo-base', + null, + InputOption::VALUE_REQUIRED, + 'Base path of the project git repository', + false + ); } protected function execute(InputInterface $input, OutputInterface $output)