Skip to content

Commit 2055dd9

Browse files
committed
fix: remove trailing whitespace in phpdoc command arguments
1 parent 211657e commit 2055dd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/DocsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
102102

103103
$command = new Process([
104104
$this->getAbsolutePath('vendor/bin/phpdoc'),
105-
'--config',
105+
'--config',
106106
$htmlConfig,
107107
'--markers',
108108
'TODO,FIXME,BUG,HACK',

0 commit comments

Comments
 (0)