aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/phpbb/console/command/reparser/reparse.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/console/command/reparser/reparse.php b/phpBB/phpbb/console/command/reparser/reparse.php
index 2220e53193..3aac0e3e93 100644
--- a/phpBB/phpbb/console/command/reparser/reparse.php
+++ b/phpBB/phpbb/console/command/reparser/reparse.php
@@ -27,8 +27,8 @@ class reparse extends \phpbb\console\command\command
protected $reparsers;
/**
- * @var SymfonyStyle
- */
+ * @var SymfonyStyle
+ */
protected $io;
/**
@@ -141,7 +141,7 @@ class reparse extends \phpbb\console\command\command
$progress = $this->io->createProgressBar($max);
$progress->setFormat(
" %current:s%/%max:s% %bar% %percent:3s%%\n" .
- " %message%\n");
+ " %message% %elapsed:6s%/%estimated:-6s% %memory:6s%\n");
$progress->setBarWidth(60);
$progress->setMessage('');