Merge pull request #3735 from Nicofuma/ticket/13891

[ticket/13891] Fix CS for code sniffer
This commit is contained in:
Máté Bartus 2015-07-02 16:15:19 +02:00
commit c5f449ad61

View file

@ -143,7 +143,7 @@ class reparse extends \phpbb\console\command\command
$progress->setFormat('<info>[%percent:3s%%]</info> %message%'); $progress->setFormat('<info>[%percent:3s%%]</info> %message%');
$progress->setOverwrite(false); $progress->setOverwrite(false);
} }
elseif ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERY_VERBOSE) else if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERY_VERBOSE)
{ {
$progress->setFormat('<info>[%current:s%/%max:s%]</info><comment>[%elapsed%/%estimated%][%memory%]</comment> %message%'); $progress->setFormat('<info>[%current:s%/%max:s%]</info><comment>[%elapsed%/%estimated%][%memory%]</comment> %message%');
$progress->setOverwrite(false); $progress->setOverwrite(false);