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 8fe8b1f commit 3b2586d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/GenerateDocumentationCommand.php
Expand Up @@ -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,
Expand Down

0 comments on commit 3b2586d

Please sign in to comment.