Passed
Push — master ( e9258b...cf1ea6 )
by Aimeos
06:03
created
lib/mshoplib/setup/TablesUpdateCharsetCollation.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,8 +158,7 @@
 block discarded – undo
158 158
 
159 159
 					$this->execute( sprintf( 'ALTER TABLE "%1$s" CONVERT TO CHARACTER SET \'utf8mb4\' COLLATE \'utf8mb4_bin\'', $table ), $rname );
160 160
 					$this->status( 'done' );
161
-				}
162
-				else
161
+				} else
163 162
 				{
164 163
 					$this->status( 'OK' );
165 164
 				}
Please login to merge, or discard this patch.