Skip to content

Commit a1118de

Browse files
authored
Fix: Typo in PHPDoc
1 parent 116ee4a commit a1118de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)