Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 authored and StyleCIBot committed Dec 26, 2020
1 parent 8876e2c commit a546bd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/GenerateDocumentationCommand.php
Expand Up @@ -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)
Expand Down

0 comments on commit a546bd6

Please sign in to comment.