Skip to content

Commit 38fd86f

Browse files
oceanicpandaderrabus
authored andcommitted
Update ConsoleEvents.php
input and output can be handed to the command, handed off to the command, or can be handled by the command, but handled to the command doesn't work
1 parent 77401ef commit 38fd86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/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)