Completed
Push — master ( 2aad8e...61a907 )
by Dmitry
04:09
created
src/Schema/Type.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
         $this->getManager()->save($row);
177 177
 
178 178
         foreach ($this->indexes as $index => $fields) {
179
-            if(in_array($name, $fields)) {
179
+            if (in_array($name, $fields)) {
180 180
                 $this->indexes[$index][array_search($name, $fields)] = $new;
181 181
             }
182 182
         }
Please login to merge, or discard this patch.