We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330bf1f commit bbe9209Copy full SHA for bbe9209
1 file changed
src/Phug/DevTool/Command/CheckCommand.php
@@ -12,7 +12,8 @@ class CheckCommand extends AbstractCommand
12
protected function configure()
13
{
14
$this->setName('check')
15
- ->addOption('report',
+ ->addOption(
16
+ 'report',
17
null,
18
InputOption::VALUE_NONE,
19
'Send coverage report?'
0 commit comments