Skip to content

Commit d6ecfe3

Browse files
Merge branch '4.4' into 5.1
* 4.4: Fix transient tests Fix class resolution in Doctrine EventListenerPass [Serializer] Fix tests marked as incomplete [Translator] fix handling plural for floating numbers fix redis messenger options with dsn Update ConsoleEvents.php allow Doctrine persistence 2 too [Messenger] Fix transporting non-UTF8 payloads by encoding them using base 64 add doctrine/persistence as a dev requirement Exclude non-initialized properties accessed with getters
2 parents 7db4781 + a6d92f8 commit d6ecfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConsoleEvents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class ConsoleEvents
2121
/**
2222
* The COMMAND event allows you to attach listeners before any command is
2323
* executed by the console. It also allows you to modify the command, input and output
24-
* before they are handled to the command.
24+
* before they are handed to the command.
2525
*
2626
* @Event("Symfony\Component\Console\Event\ConsoleCommandEvent")
2727
*/

0 commit comments

Comments
 (0)