Skip to content

Commit c70df1f

Browse files
fschmttfabpot
authored andcommitted
Add hint that changing input arguments has no effect
1 parent 11ac5f1 commit c70df1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Event/ConsoleCommandEvent.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
namespace Symfony\Component\Console\Event;
1313

1414
/**
15-
* Allows to do things before the command is executed, like skipping the command or changing the input.
15+
* Allows to do things before the command is executed, like skipping the command or executing code before the command is
16+
* going to be executed.
17+
*
18+
* Changing the input arguments will have no effect.
1619
*
1720
* @author Fabien Potencier <[email protected]>
1821
*/

0 commit comments

Comments
 (0)