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 a26f088 commit 0dc55ddCopy full SHA for 0dc55dd
Console/Application.php
@@ -41,7 +41,7 @@ public function __construct(KernelInterface $kernel)
41
42
$inputDefinition = $this->getDefinition();
43
$inputDefinition->addOption(new InputOption('--env', '-e', InputOption::VALUE_REQUIRED, 'The Environment name.', $kernel->getEnvironment()));
44
- $inputDefinition->addOption(new InputOption('--no-debug', null, InputOption::VALUE_NONE, 'Switches off debug mode.'));
+ $inputDefinition->addOption(new InputOption('--no-debug', null, InputOption::VALUE_NONE, 'Switch off debug mode.'));
45
}
46
47
/**
0 commit comments