Skip to content

Commit 895248e

Browse files
authored
fix comment
1 parent 319b504 commit 895248e

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
@@ -2283,8 +2283,8 @@ to your message::
22832283

22842284
public function index(MessageBusInterface $bus)
22852285
{
2286+
// wait 5 seconds before processing
22862287
$bus->dispatch(new SmsNotification('...'), [
2287-
// wait 5 seconds before processing
22882288
new DelayStamp(5000),
22892289
]);
22902290

0 commit comments

Comments
 (0)