From 3b2586de1795336fdd34eae54e9f1587df550ab2 Mon Sep 17 00:00:00 2001 From: Francesco Danti Date: Sat, 26 Dec 2020 12:45:14 +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 6f45493..eb1d586 100755 --- a/src/GenerateDocumentationCommand.php +++ b/src/GenerateDocumentationCommand.php @@ -60,12 +60,12 @@ protected function configure() 't', InputOption::VALUE_NONE )->addOption( - 'repo-github', - null, - InputOption::VALUE_REQUIRED, - 'Github URL of the projects git repository (requires --repo-base as well)', - false - )->addOption( + 'repo-github', + null, + InputOption::VALUE_REQUIRED, + 'Github URL of the projects git repository (requires --repo-base as well)', + false + )->addOption( 'repo-base', null, InputOption::VALUE_REQUIRED,