mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy
PHPBB3-12721
This commit is contained in:
@@ -60,7 +60,7 @@ class get extends command
|
||||
{
|
||||
$output->write($this->config[$key]);
|
||||
}
|
||||
elseif (isset($this->config[$key]))
|
||||
else if (isset($this->config[$key]))
|
||||
{
|
||||
$output->writeln($this->config[$key]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user