@@ -504,7 +504,7 @@ discard block |
||
504 | 504 | $variables = $dispatcher->dispatch(__CLASS__, __FUNCTION__, $variables); |
505 | 505 | |
506 | 506 | foreach ($selectResults as $mm) { |
507 | - $eventUidOld = (int) $mm['uid_foreign']; |
|
507 | + $eventUidOld = (int)$mm['uid_foreign']; |
|
508 | 508 | // event id is in uid_foreign |
509 | 509 | $eventUid = (int)$this->getCalendarizeEventUid(self::IMPORT_PREFIX . $eventUidOld, $dbQueries, $customMessages); |
510 | 510 | |
@@ -1177,7 +1177,7 @@ discard block |
||
1177 | 1177 | $connection = $connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME); |
1178 | 1178 | $dbSchema = $connection->getSchemaManager()->createSchema(); |
1179 | 1179 | |
1180 | - $tableNames = array_map(function ($table) { |
|
1180 | + $tableNames = array_map(function($table) { |
|
1181 | 1181 | return $table->getName(); |
1182 | 1182 | }, $dbSchema->getTables()); |
1183 | 1183 |