We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2fdeb commit 9ec9eadCopy full SHA for 9ec9ead
src/Symfony/Component/Console/Event/ConsoleCommandEvent.php
@@ -12,7 +12,10 @@
12
namespace Symfony\Component\Console\Event;
13
14
/**
15
- * 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
16
+ * going to be executed.
17
+ *
18
+ * Changing the input arguments will have no effect.
19
*
20
* @author Fabien Potencier <fabien@symfony.com>
21
*/
0 commit comments