mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13891] Fix CS
PHPBB3-13891
This commit is contained in:
parent
31bd696680
commit
b251d98314
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue