Skip to content

Commit a5dbec2

Browse files
Merge branch '5.1' into 5.2
* 5.1: Fix transient tests Fix class resolution in Doctrine EventListenerPass [Serializer] Fix tests marked as incomplete propagate the object being validated to sub-constraints [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 c525b23 + d6ecfe3 commit a5dbec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConsoleEvents.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class ConsoleEvents
2626
/**
2727
* The COMMAND event allows you to attach listeners before any command is
2828
* executed by the console. It also allows you to modify the command, input and output
29-
* before they are handled to the command.
29+
* before they are handed to the command.
3030
*
3131
* @Event("Symfony\Component\Console\Event\ConsoleCommandEvent")
3232
*/

0 commit comments

Comments
 (0)