Wrap long line

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
Kamil Tekiela 2024-04-23 00:48:23 +02:00
parent ac3f68d27c
commit c14efeb924

View File

@ -72,7 +72,15 @@ class TableMover
$this->dbi->selectDb($targetDb);
if ($what !== MoveScope::DataOnly) {
$maintainRelations = $this->handleStructureCreation($sourceTable, $sourceDb, $targetDb, $targetTable, $addDropIfExists, $what, $mode);
$maintainRelations = $this->handleStructureCreation(
$sourceTable,
$sourceDb,
$targetDb,
$targetTable,
$addDropIfExists,
$what,
$mode,
);
} else {
$GLOBALS['sql_query'] = '';
}