Skip to content

Commit 567c0d2

Browse files
ondrejmirtesphpstan-bot
authored andcommitted
Fix CS
1 parent dbd1774 commit 567c0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

changelog-generator/run.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
203203
}
204204

205205
$message = preg_replace('/\s*\(#\d+\)$/', '', $commit['message']);
206-
$output->writeln(sprintf('* %s (%s)%s%s', $message, $parenthesis, count($issuesToReference) > 0 ? ', ' . implode(', ', $issuesToReference) : '', $thanksText));
206+
$output->writeln(sprintf('* %s (%s)%s%s', $message, $parenthesis, count($issuesToReference) > 0 ? ', ' . implode(', ', $issuesToReference) : '', $thanksText));
207207
}
208208

209209
return 0;

0 commit comments

Comments
 (0)