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

Commit e038802

Browse files
committed
Message not necessary
1 parent c8a7d14 commit e038802

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
'fail-coverage-less-than',
4646
null,
4747
InputOption::VALUE_REQUIRED,
48-
'Fail if covered lines is less than the value. Default:80%',
48+
'Fail if covered lines is less than the value.',
4949
80
5050
)
5151
->setDescription($this->description);

0 commit comments

Comments
 (0)