Completed
Push — master ( 5c752e...17dc2a )
by Aimeos
01:57
created
lib/custom/setup/TablesUpdateCharsetCollationFosuser.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -50,11 +50,11 @@
 block discarded – undo
50 50
 	 */
51 51
 	public function migrate()
52 52
 	{
53
-		$this->msg( 'Update charset and collation for FosUser tables', 0 );
54
-		$this->status( '' );
53
+		$this->msg('Update charset and collation for FosUser tables', 0);
54
+		$this->status('');
55 55
 
56
-		foreach( $this->tables as $rname => $list ) {
57
-			$this->checkTables( $list, $rname );
56
+		foreach ($this->tables as $rname => $list) {
57
+			$this->checkTables($list, $rname);
58 58
 		}
59 59
 	}
60 60
 }
61 61
\ No newline at end of file
Please login to merge, or discard this patch.