Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
--html dont need any value
Browse files Browse the repository at this point in the history
  • Loading branch information
webysther committed Jan 23, 2017
1 parent bff9eb1 commit 08d7a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/CodeCoverage/CodeCoverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function configure()
->addOption(
'html',
null,
InputOption::VALUE_REQUIRED,
InputOption::VALUE_NONE,
'Dump HTML format of coverage'
)
->setDescription($this->description);
Expand Down

0 comments on commit 08d7a5a

Please sign in to comment.