Completed
Push — master ( 271ab9...058cf8 )
by Craig
09:35 queued 04:11
created
src/lib/Zikula/Bundle/CoreInstallerBundle/Helper/MigrationHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
         }
79 79
 
80 80
         $mapping = new AuthenticationMappingEntity();
81
-        $mapping->setUid((int) $user['uid']);
81
+        $mapping->setUid((int)$user['uid']);
82 82
         $mapping->setUname($user['uname']);
83 83
         $mapping->setEmail($user['email']);
84 84
         $mapping->setVerifiedEmail(true);
Please login to merge, or discard this patch.