Completed
Push — master ( 6b3a05...83dc72 )
by Ivan
19:51 queued 04:50
created
src/driver/oracle/Schema.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
                     }
125 125
                     return $new;
126 126
                 })
127
-                 as $relation
127
+                    as $relation
128 128
             ) {
129 129
                 $relations[$relation['CONSTRAINT_NAME']]['table'] = $relation['TABLE_NAME'];
130 130
                 $relations[$relation['CONSTRAINT_NAME']]['keymap'][$primary[(int)$relation['POSITION']-1]] =
Please login to merge, or discard this patch.
src/schema/Mapper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -473,7 +473,7 @@
 block discarded – undo
473 473
                                         (isset($value) && is_array($value) && !in_array($e, $value)) ||
474 474
                                         (($value instanceof Collection) && !$value->contains($e))
475 475
                                     )
476
-                                 ) {
476
+                                    ) {
477 477
                                     $mapper->delete($e);
478 478
                                 }
479 479
                             }
Please login to merge, or discard this patch.