Skip to content

Commit 98a3159

Browse files
committed
Fix CS
1 parent 677d53f commit 98a3159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)