Completed
Push — master ( a97add...702095 )
by Aimeos
02:48
created
lib/custom/src/MShop/Customer/Manager/Ezpublish.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -375,8 +375,7 @@  discard block
 block discarded – undo
375 375
 			$stmt->execute()->finish();
376 376
 
377 377
 			$dbm->release( $conn, $dbname );
378
-		}
379
-		catch( \Exception $e )
378
+		} catch( \Exception $e )
380 379
 		{
381 380
 			$dbm->release( $conn, $dbname );
382 381
 			throw $e;
@@ -412,8 +411,7 @@  discard block
 block discarded – undo
412 411
 			}
413 412
 
414 413
 			$dbm->release( $conn, $dbname );
415
-		}
416
-		catch( \Exception $e )
414
+		} catch( \Exception $e )
417 415
 		{
418 416
 			$dbm->release( $conn, $dbname  );
419 417
 			throw $e;
Please login to merge, or discard this patch.
lib/custom/setup/EzuserAddAddress.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
50 50
 		{
51 51
 			$this->executeList( $sql, 'db-customer' );
52 52
 			$this->status( 'done' );
53
-		}
54
-		else
53
+		} else
55 54
 		{
56 55
 			$this->status( 'OK' );
57 56
 		}
Please login to merge, or discard this patch.
lib/custom/setup/unittest/CustomerAddEzpublishTestData.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,8 +117,7 @@
 block discarded – undo
117 117
 				$stmt->execute()->finish();
118 118
 
119 119
 				$dbm->release( $conn, $dbname );
120
-			}
121
-			catch( \Exception $e )
120
+			} catch( \Exception $e )
122 121
 			{
123 122
 				$dbm->release( $conn, $dbname );
124 123
 				throw $e;
Please login to merge, or discard this patch.
lib/custom/tests/TestHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,8 +117,7 @@
 block discarded – undo
117 117
 				$stmt->execute()->finish();
118 118
 
119 119
 				$dbm->release( $conn, $dbname );
120
-			}
121
-			catch( \Exception $e )
120
+			} catch( \Exception $e )
122 121
 			{
123 122
 				$dbm->release( $conn, $dbname );
124 123
 				throw $e;
Please login to merge, or discard this patch.