Skip to content

Commit f2933bc

Browse files
kylekatarnlsStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 6853a06 commit f2933bc

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)