Skip to content

Commit 73aa094

Browse files
committed
minor #20121 [Messenger] fix comment (94noni)
This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] fix comment comment "inside php code" render in wrong color <img width="589" alt="Capture d’écran 2024-08-17 à 17 30 57" src="https://github.com/user-attachments/assets/f6d90b17-4ab4-47c2-b7a6-7ba724fc32f7"> Commits ------- 895248e fix comment
2 parents f0e8ad5 + 895248e commit 73aa094

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)