Completed
Push — master ( e8017f...b79f6f )
by Dmitry
04:07
created
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.