Skip to content

Commit d7f8d94

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: fix comment
2 parents 4a4f9a6 + 73aa094 commit d7f8d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2683,8 +2683,8 @@ to your message::
26832683

26842684
public function index(MessageBusInterface $bus): void
26852685
{
2686+
// wait 5 seconds before processing
26862687
$bus->dispatch(new SmsNotification('...'), [
2687-
// wait 5 seconds before processing
26882688
new DelayStamp(5000),
26892689
]);
26902690

0 commit comments

Comments
 (0)