1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-29 21:10:31 +02:00

[ticket/12685] Removed spaces

PHPBB3-12685
This commit is contained in:
Carlo
2014-07-15 10:21:23 +02:00
parent 2ec50c0ff1
commit 0f41a8fc31

View File

@@ -72,7 +72,7 @@ class application extends \Symfony\Component\Console\Application
null,
InputOption::VALUE_NONE,
$this->user->lang('CLI_DESCRIPTION_OPTION_SAFE_MODE')
));
));
return parent::getHelp();
}