Completed
Push — master ( fbc7bc...40d170 )
by Nikola
02:48
created
migrations/m151031_160731_taxonomy.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,9 @@
 block discarded – undo
11 11
         if ($this->db->driverName === 'mysql') {
12 12
             // http://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci
13 13
             return 'CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE=InnoDB';
14
-        } else
15
-            throw new Exception('Unsupported database.');
14
+        } else {
15
+                    throw new Exception('Unsupported database.');
16
+        }
16 17
     }
17 18
 
18 19
     public function up()
Please login to merge, or discard this patch.