Completed
Push — master ( 0763b7...4c477f )
by Tim
04:31
created
Classes/Updates/CalMigrationUpdate.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -412,7 +412,7 @@  discard block
 block discarded – undo
412 412
                 $customMessages
413 413
             );
414 414
 
415
-            if($eventUid !== 0 && $categoryUid !== 0) {
415
+            if ($eventUid !== 0 && $categoryUid !== 0) {
416 416
                 $insertValues = [
417 417
                     'uid_local' => $categoryUid,
418 418
                     'uid_foreign' => $eventUid,
@@ -818,7 +818,7 @@  discard block
 block discarded – undo
818 818
                     $q->expr()->eq('uid', $q->createNamedParameter((int)$sysCategory['uid'], \PDO::PARAM_INT))
819 819
                 )->set(
820 820
                     'parent',
821
-                    $this->getSysCategoryParentUid(self::IMPORT_PREFIX . (int) $sysCategory['parent'])
821
+                    $this->getSysCategoryParentUid(self::IMPORT_PREFIX . (int)$sysCategory['parent'])
822 822
                 );
823 823
 
824 824
             $dbQueries[] = $q->getSQL();
@@ -1080,7 +1080,7 @@  discard block
 block discarded – undo
1080 1080
         $connection = $connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
1081 1081
         $dbSchema = $connection->getSchemaManager()->createSchema();
1082 1082
 
1083
-        $tableNames = array_map(function ($table) {
1083
+        $tableNames = array_map(function($table) {
1084 1084
             return $table->getName();
1085 1085
         }, $dbSchema->getTables());
1086 1086
 
Please login to merge, or discard this patch.