We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ac5f1 commit c70df1fCopy full SHA for c70df1f
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