Passed
Push — master ( 44c9f2...2dc647 )
by Aimeos
02:03
created
lib/custom/src/MShop/Customer/Manager/FosUser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -575,7 +575,7 @@
 block discarded – undo
575 575
 		}
576 576
 		catch( \Exception $e )
577 577
 		{
578
-			$dbm->release( $conn, $dbname  );
578
+			$dbm->release( $conn, $dbname );
579 579
 			throw $e;
580 580
 		}
581 581
 
Please login to merge, or discard this patch.