Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
94noni authored Aug 17, 2024
1 parent 319b504 commit 895248e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2283,8 +2283,8 @@ to your message::

public function index(MessageBusInterface $bus)
{
// wait 5 seconds before processing
$bus->dispatch(new SmsNotification('...'), [
// wait 5 seconds before processing
new DelayStamp(5000),
]);

Expand Down

0 comments on commit 895248e

Please sign in to comment.