Skip to content

Commit 9d5094d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 80de330 + bf55a8f commit 9d5094d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/Phug/DevTool/Command/CheckCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
2828
$coverageFilePath = $app->getWorkingDirectory().'/coverage.xml';
2929

3030
$args = [
31-
'--coverage-text' => true,
31+
'--coverage-text' => true,
3232
'--coverage-clover' => $coverageFilePath,
3333
];
3434

tests/Phug/DevTool/Command/UnitTestsRunCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ private static function remove($entity)
2626
}
2727
}
2828
}
29+
2930
/**
3031
* @covers ::configure
3132
*/

0 commit comments

Comments
 (0)