Skip to content

Commit

Permalink
Add hint that changing input arguments has no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
fschmtt authored and fabpot committed Nov 18, 2023
1 parent 11ac5f1 commit c70df1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Event/ConsoleCommandEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
namespace Symfony\Component\Console\Event;

/**
* Allows to do things before the command is executed, like skipping the command or changing the input.
* Allows to do things before the command is executed, like skipping the command or executing code before the command is
* going to be executed.
*
* Changing the input arguments will have no effect.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
Expand Down

0 comments on commit c70df1f

Please sign in to comment.