Passed
Push — master ( 8c5834...1d9960 )
by Aimeos
05:34
created
lib/mshoplib/setup/AttributeMigrateKey.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 
43 43
 		while( $row = $result->fetch() )
44 44
 		{
45
-			$key = substr( $row['domain'] . '|' . $row['type'] . '|' . $row['code'], 0, 255);
45
+			$key = substr( $row['domain'] . '|' . $row['type'] . '|' . $row['code'], 0, 255 );
46 46
 			$db2->update( 'mshop_attribute', ['key' => $key], ['id' => $row['id']] );
47 47
 		}
48 48
 
Please login to merge, or discard this patch.