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 1d5e48f commit beb3fda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/GenerateDocumentationCommand.php
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 beb3fda

Please sign in to comment.