aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/reparser/reparse.php
diff options
context:
space:
mode:
authorMáté Bartus <mate.bartus@gmail.com>2015-07-02 16:15:19 +0200
committerMáté Bartus <mate.bartus@gmail.com>2015-07-02 16:15:19 +0200
commitc5f449ad61758576e50fd551302a596c54cbb3e3 (patch)
tree52a3369dfd94c5496d576a1cb05c7b505d27a348 /phpBB/phpbb/console/command/reparser/reparse.php
parent31bd69668033e27a475b57cec59eb5642cad0dfb (diff)
parentb251d9831476754d6db4f0314cbc7607c57d7128 (diff)
downloadforums-c5f449ad61758576e50fd551302a596c54cbb3e3.tar
forums-c5f449ad61758576e50fd551302a596c54cbb3e3.tar.gz
forums-c5f449ad61758576e50fd551302a596c54cbb3e3.tar.bz2
forums-c5f449ad61758576e50fd551302a596c54cbb3e3.tar.xz
forums-c5f449ad61758576e50fd551302a596c54cbb3e3.zip
Merge pull request #3735 from Nicofuma/ticket/13891
[ticket/13891] Fix CS for code sniffer
Diffstat (limited to 'phpBB/phpbb/console/command/reparser/reparse.php')
-rw-r--r--phpBB/phpbb/console/command/reparser/reparse.php2
1 files changed, 1 insertions, 1 deletions
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('<info>[%percent:3s%%]</info> %message%');
$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->setOverwrite(false);