We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffe61c commit 5e5e149Copy full SHA for 5e5e149
1 file changed
src/Phug/DevTool/Command/CodeStyleCheckCommand.php
@@ -24,7 +24,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
24
$helper = $this->getHelper('question');
25
$args = [
26
'--standard' => $this->getApplication()->getConfigFilePath('phpcs.xml'),
27
- '--extensions' => 'php'
+ '--extensions' => 'php',
28
];
29
$ignore = [];
30
if ($input->getOption('ignore-tests')) {
0 commit comments