Skip to content

Commit ee28396

Browse files
nickygerritsenvmcj
andauthored
Update webapp/src/Command/AbstractCompareCommand.php
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent d222952 commit ee28396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Command/AbstractCompareCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
4848
protected function displayMessages(SymfonyStyle $style, array $messages): ?int
4949
{
5050
if (empty($messages)) {
51-
$style->success('Files match fully');
51+
$style->success('Files match fully.');
5252
return null;
5353
}
5454

0 commit comments

Comments
 (0)