Skip to content

Commit 066f6b3

Browse files
committed
minor #50424 [Messenger] Fix: Typo in PHPDoc (OskarStark)
This PR was merged into the 6.3 branch. Discussion ---------- [Messenger] Fix: Typo in PHPDoc | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 743aff9 Fix: Typo in PHPDoc
2 parents f64e38d + 743aff9 commit 066f6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Event/SendMessageToTransportsEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* The event is *only* dispatched if the message will actually
2121
* be sent to at least one transport. If the message is sent
22-
* to multiple transports, the message is dispatched only one time.
22+
* to multiple transports, the message is dispatched only once.
2323
* This message is only dispatched the first time a message
2424
* is sent to a transport, not also if it is retried.
2525
*

0 commit comments

Comments
 (0)