mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/14434] Fix whitespace mistakes
PHPBB3-14434
This commit is contained in:
@@ -143,10 +143,10 @@ class base implements \phpbb\extension\extension_interface
|
|||||||
if (\phpbb\db\migrator::is_migration($migration) === true)
|
if (\phpbb\db\migrator::is_migration($migration) === true)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
unset($migrations[$key]);
|
unset($migrations[$key]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $migrations;
|
return $migrations;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user