Skip to content

Commit d244e79

Browse files
committed
minor symfony#39964 [Console] Fix typo in console.command description (oceanicpanda)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- [Console] Fix typo in console.command description 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 | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | N/A <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> Commits ------- 38fd86f Update ConsoleEvents.php
2 parents 77401ef + 38fd86f commit d244e79

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)