Completed
Push — master ( e8017f...b79f6f )
by Dmitry
04:07
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
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
         $schema = $this->manager->getSchema();
66 66
 
67 67
         $indexName = implode('_', $properties);
68
-        if(strlen($indexName) > 32) {
68
+        if (strlen($indexName) > 32) {
69 69
             $indexName = md5($indexName);
70 70
         }
71 71
 
Please login to merge, or discard this patch.