Skip to content

Commit 5e5e149

Browse files
committed
Fix code style
1 parent cffe61c commit 5e5e149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Phug/DevTool/Command/CodeStyleCheckCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
2424
$helper = $this->getHelper('question');
2525
$args = [
2626
'--standard' => $this->getApplication()->getConfigFilePath('phpcs.xml'),
27-
'--extensions' => 'php'
27+
'--extensions' => 'php',
2828
];
2929
$ignore = [];
3030
if ($input->getOption('ignore-tests')) {

0 commit comments

Comments
 (0)