We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4a40c commit dd1d798Copy full SHA for dd1d798
src/ConversionProcessor/CompositeConversionProcessor.php
@@ -44,7 +44,7 @@ public function process(ConversionInterface $conversion): void
44
try {
45
$manager->flush();
46
} catch (OptimisticLockException) {
47
- // if an OptimisticLockException is thrown we know that another process
+ // if an OptimisticLockException is thrown, we know that another process
48
// is processing this conversion, so we will just return and do nothing
49
return;
50
}
0 commit comments