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
This commit is contained in:
Steve Hyde 2021-01-25 15:53:14 +01:00 committed by Alexander M. Turek
parent 77401ef844
commit 38fd86f34e

View File

@ -21,7 +21,7 @@ final class ConsoleEvents
/**
* The COMMAND event allows you to attach listeners before any command is
* executed by the console. It also allows you to modify the command, input and output
* before they are handled to the command.
* before they are handed to the command.
*
* @Event("Symfony\Component\Console\Event\ConsoleCommandEvent")
*/