Passed
Push — master ( a6067a...6d263e )
by Aimeos
04:27
created
lib/custom/src/MShop/Customer/Manager/Laravel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -571,7 +571,7 @@
 block discarded – undo
571 571
 		}
572 572
 		catch( \Exception $e )
573 573
 		{
574
-			$dbm->release( $conn, $dbname  );
574
+			$dbm->release( $conn, $dbname );
575 575
 			throw $e;
576 576
 		}
577 577
 
Please login to merge, or discard this patch.