Completed
Push — master ( 8cf01a...363df4 )
by Aimeos
04:45
created
lib/custom/src/MShop/Customer/Manager/FosUser.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -332,8 +332,7 @@  discard block
 block discarded – undo
332 332
 				 * @see mshop/customer/manager/fosuser/count
333 333
 				 */
334 334
 				$path = 'mshop/customer/manager/fosuser/insert';
335
-			}
336
-			else
335
+			} else
337 336
 			{
338 337
 				/** mshop/customer/manager/fosuser/update
339 338
 				 * Updates an existing customer record in the database
@@ -441,8 +440,7 @@  discard block
 block discarded – undo
441 440
 			}
442 441
 
443 442
 			$dbm->release( $conn, $dbname );
444
-		}
445
-		catch( \Exception $e )
443
+		} catch( \Exception $e )
446 444
 		{
447 445
 			$dbm->release( $conn, $dbname );
448 446
 			throw $e;
@@ -478,8 +476,7 @@  discard block
 block discarded – undo
478 476
 			}
479 477
 
480 478
 			$dbm->release( $conn, $dbname );
481
-		}
482
-		catch( \Exception $e )
479
+		} catch( \Exception $e )
483 480
 		{
484 481
 			$dbm->release( $conn, $dbname  );
485 482
 			throw $e;
Please login to merge, or discard this patch.