Passed
Push — master ( 75fc11...79ac6f )
by Aimeos
01:35
created
lib/custom/src/MShop/Customer/Manager/Ezpublish.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -476,8 +476,8 @@  discard block
 block discarded – undo
476 476
 
477 477
 			while( ( $row = $results->fetch() ) !== false )
478 478
 			{
479
-				$map[ $row['customer.id'] ] = $row;
480
-				$map[ $row['customer.id'] ]['customer.groups'] = [];
479
+				$map[$row['customer.id']] = $row;
480
+				$map[$row['customer.id']]['customer.groups'] = [];
481 481
 			}
482 482
 
483 483
 
@@ -493,7 +493,7 @@  discard block
 block discarded – undo
493 493
 		}
494 494
 		catch( \Exception $e )
495 495
 		{
496
-			$dbm->release( $conn, $dbname  );
496
+			$dbm->release( $conn, $dbname );
497 497
 			throw $e;
498 498
 		}
499 499
 
Please login to merge, or discard this patch.