Completed
Push — master ( beab9d...ab4473 )
by Axel
13:19
created
src/Zikula/CoreBundle/Helper/PersistedBundleHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,8 +111,8 @@
 block discarded – undo
111 111
             ');
112 112
             foreach ($rows as $row) {
113 113
                 $this->extensionStateMap[$row['name']] = [
114
-                    'state' => (int)$row['state'],
115
-                    'id'    => (int)$row['id'],
114
+                    'state' => (int) $row['state'],
115
+                    'id'    => (int) $row['id'],
116 116
                 ];
117 117
             }
118 118
 
Please login to merge, or discard this patch.