Completed
Push — master ( 2aad8e...61a907 )
by Dmitry
04:09
created
resources/views/migration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php echo '<?php' , PHP_EOL; ?>
1
+<?php echo '<?php', PHP_EOL; ?>
2 2
 
3 3
 use Tarantool\Mapper\Contracts\Manager;
4 4
 use Tarantool\Mapper\Contracts\Migration;
Please login to merge, or discard this patch.
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.