Skip to content

Commit bf55a8f

Browse files
authored
Merge pull request #3 from phug-php/analysis-X0davL
Apply fixes from StyleCI
2 parents 6853a06 + f2933bc commit bf55a8f

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)