Completed
Push — master ( d2ad43...78d407 )
by Aimeos
01:20
created
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/src/MShop/Customer/Manager/Ezpublish.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -324,8 +324,7 @@  discard block
 block discarded – undo
324 324
 
325 325
 			$user = $service->loadUser( $item->getId() );
326 326
 			$service->updateUser( $user, $struct );
327
-		}
328
-		else
327
+		} else
329 328
 		{
330 329
 			$struct = $service->newUserCreateStruct( $item->getCode(), $email, $item->getPassword(), 'eng-GB' );
331 330
 			$struct->enabled = $item->getStatus();
@@ -374,8 +373,7 @@  discard block
 block discarded – undo
374 373
 			$stmt->execute()->finish();
375 374
 
376 375
 			$dbm->release( $conn, $dbname );
377
-		}
378
-		catch( \Exception $e )
376
+		} catch( \Exception $e )
379 377
 		{
380 378
 			$dbm->release( $conn, $dbname );
381 379
 			throw $e;
@@ -423,8 +421,7 @@  discard block
 block discarded – undo
423 421
 			}
424 422
 
425 423
 			$dbm->release( $conn, $dbname );
426
-		}
427
-		catch( \Exception $e )
424
+		} catch( \Exception $e )
428 425
 		{
429 426
 			$dbm->release( $conn, $dbname  );
430 427
 			throw $e;
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Group/Ezpublish.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -159,8 +159,7 @@
 block discarded – undo
159 159
 			}
160 160
 
161 161
 			$dbm->release( $conn, $dbname );
162
-		}
163
-		catch( \Exception $e )
162
+		} catch( \Exception $e )
164 163
 		{
165 164
 			$dbm->release( $conn, $dbname );
166 165
 			throw $e;
Please login to merge, or discard this patch.