Skip to content

Commit bbe9209

Browse files
committed
Fix code style
1 parent 330bf1f commit bbe9209

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Phug/DevTool/Command/CheckCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ class CheckCommand extends AbstractCommand
1212
protected function configure()
1313
{
1414
$this->setName('check')
15-
->addOption('report',
15+
->addOption(
16+
'report',
1617
null,
1718
InputOption::VALUE_NONE,
1819
'Send coverage report?'

0 commit comments

Comments
 (0)