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,