Use proper name and code style

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-03-22 15:59:55 -06:00
parent e3f8e416e6
commit b26c8f8bd3
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class ScanAppData extends Base {
parent::configure();
$this
->setName('files:scanAppData')
->setName('files:scan-app-data')
->setDescription('rescan the AppData folder')
->addOption(
'quiet',
@ -146,7 +146,7 @@ class ScanAppData extends Base {
$verbose = $input->getOption('verbose');
$quiet = $input->getOption('quiet');
# restrict the verbosity level to VERBOSITY_VERBOSE
if ($output->getVerbosity()>OutputInterface::VERBOSITY_VERBOSE) {
if ($output->getVerbosity() > OutputInterface::VERBOSITY_VERBOSE) {
$output->setVerbosity(OutputInterface::VERBOSITY_VERBOSE);
}
if ($quiet) {