Skip to content

Commit

Permalink
Merge 6f097fb into 591d537
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 committed Dec 26, 2020
2 parents 591d537 + 6f097fb commit f4c8a32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/GenerateDocumentationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ protected function configure()
InputArgument::REQUIRED,
'Destination for the generated rst files'
)->addArgument(
'src',
InputArgument::IS_ARRAY,
'Source directories to parse'
)->addOption(
'src',
InputArgument::IS_ARRAY,
'Source directories to parse'
)->addOption(
'public-only',
'p',
InputOption::VALUE_NONE
Expand Down

0 comments on commit f4c8a32

Please sign in to comment.