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.
2 parents 3f8b570 + 0dc55dd commit 5f383e4Copy full SHA for 5f383e4
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