diff --git a/phpBB/phpbb/console/command/reparser/reparse.php b/phpBB/phpbb/console/command/reparser/reparse.php
index c261507a57..52075dd0ac 100644
--- a/phpBB/phpbb/console/command/reparser/reparse.php
+++ b/phpBB/phpbb/console/command/reparser/reparse.php
@@ -143,7 +143,7 @@ class reparse extends \phpbb\console\command\command
$progress->setFormat('[%percent:3s%%] %message%');
$progress->setOverwrite(false);
}
- elseif ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERY_VERBOSE)
+ else if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERY_VERBOSE)
{
$progress->setFormat('[%current:s%/%max:s%][%elapsed%/%estimated%][%memory%] %message%');
$progress->setOverwrite(false);