Skip to content

Commit 2118944

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: fix comment
2 parents 206e5b1 + d7f8d94 commit 2118944

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

26222622
public function index(MessageBusInterface $bus): void
26232623
{
2624+
// wait 5 seconds before processing
26242625
$bus->dispatch(new SmsNotification('...'), [
2625-
// wait 5 seconds before processing
26262626
new DelayStamp(5000),
26272627
]);
26282628

0 commit comments

Comments
 (0)