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

Commit 08d7a5a

Browse files
committed
--html dont need any value
1 parent bff9eb1 commit 08d7a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/CodeCoverage/CodeCoverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function configure()
4545
->addOption(
4646
'html',
4747
null,
48-
InputOption::VALUE_REQUIRED,
48+
InputOption::VALUE_NONE,
4949
'Dump HTML format of coverage'
5050
)
5151
->setDescription($this->description);

0 commit comments

Comments
 (0)