Skip to content

Commit 5f383e4

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fix typo
2 parents 3f8b570 + 0dc55dd commit 5f383e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct(KernelInterface $kernel)
4141

4242
$inputDefinition = $this->getDefinition();
4343
$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.'));
44+
$inputDefinition->addOption(new InputOption('--no-debug', null, InputOption::VALUE_NONE, 'Switch off debug mode.'));
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)