Completed
Push — master ( 7c49a7...ead3e8 )
by Tim
02:23
created
Classes/Slots/CalMigration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
             ->where(
37 37
                 $q->expr()->andX(
38 38
                     $q->expr()->eq('tablenames', $q->quote('tx_cal_event')),
39
-                    $q->expr()->eq('uid_foreign', $q->createNamedParameter((int) $event['uid'], \PDO::PARAM_INT))
39
+                    $q->expr()->eq('uid_foreign', $q->createNamedParameter((int)$event['uid'], \PDO::PARAM_INT))
40 40
                 )
41 41
             );
42 42
 
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
             $importId = CalMigrationUpdate::IMPORT_PREFIX . $selectResult['uid'];
50 50
 
51 51
             $fieldValues = [
52
-                'uid_foreign' => (int) $recordId,
52
+                'uid_foreign' => (int)$recordId,
53 53
                 'tablenames' => $table,
54 54
             ];
55 55
 
Please login to merge, or discard this patch.