Skip to content

Commit 0159a5c

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: fix comment
2 parents 0f91311 + 2118944 commit 0159a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2629,8 +2629,8 @@ to your message::
26292629

26302630
public function index(MessageBusInterface $bus): void
26312631
{
2632+
// wait 5 seconds before processing
26322633
$bus->dispatch(new SmsNotification('...'), [
2633-
// wait 5 seconds before processing
26342634
new DelayStamp(5000),
26352635
]);
26362636

0 commit comments

Comments
 (0)