Skip to content

Commit

Permalink
Merge ef3367e into 05a13bd
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 committed Dec 26, 2020
2 parents 05a13bd + ef3367e commit e56f831
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/GenerateDocumentationCommand.php
Expand Up @@ -48,14 +48,14 @@ protected function configure()
InputArgument::IS_ARRAY,
'Source directories to parse'
)->addOption(
'public-only',
'p',
InputOption::VALUE_NONE
)->addOption(
'show-private',
null,
InputOption::VALUE_NONE
)->addOption(
'public-only',
'p',
InputOption::VALUE_NONE
)->addOption(
'show-private',
null,
InputOption::VALUE_NONE
)->addOption(
'element-toc',
't',
InputOption::VALUE_NONE
Expand Down

0 comments on commit e56f831

Please sign in to comment.