Skip to content

Commit

Permalink
Merge pull request #74 from kbond/command-fix
Browse files Browse the repository at this point in the history
fix bad InputOption constructor
  • Loading branch information
kbond committed Jul 2, 2014
2 parents b258b9b + 5f5e03b commit 85984f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Command/HealthCheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ protected function configure()
),
new InputOption(
'reporter',
InputOption::VALUE_IS_ARRAY,
null,
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
'Additional reporters to run.',
array()
)
Expand Down

0 comments on commit 85984f9

Please sign in to comment.