Skip to content

Commit

Permalink
Update ConsoleEvents.php
Browse files Browse the repository at this point in the history
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
  • Loading branch information
oceanicpanda authored and derrabus committed Jan 26, 2021
1 parent 492097a commit a6d92f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConsoleEvents.php
Expand Up @@ -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")
*/
Expand Down

0 comments on commit a6d92f8

Please sign in to comment.