Skip to content

Commit dd1d798

Browse files
committed
Add comma
1 parent 7f4a40c commit dd1d798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConversionProcessor/CompositeConversionProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function process(ConversionInterface $conversion): void
4444
try {
4545
$manager->flush();
4646
} catch (OptimisticLockException) {
47-
// if an OptimisticLockException is thrown we know that another process
47+
// if an OptimisticLockException is thrown, we know that another process
4848
// is processing this conversion, so we will just return and do nothing
4949
return;
5050
}

0 commit comments

Comments
 (0)