Passed
Push — master ( c63725...3d1260 )
by Aimeos
01:39
created
lib/custom/src/MShop/Customer/Manager/FosUser.php 2 patches
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.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -420,8 +420,7 @@
 block discarded – undo
420 420
 				 */
421 421
 				$path = 'mshop/customer/manager/fosuser/insert';
422 422
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
423
-			}
424
-			else
423
+			} else
425 424
 			{
426 425
 				/** mshop/customer/manager/fosuser/update
427 426
 				 * Updates an existing customer record in the database
Please login to merge, or discard this patch.