Passed
Push — master ( eade66...a4d1b5 )
by Aimeos
03:55
created
lib/custom/setup/FosuserAddIndexes.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,7 @@
 block discarded – undo
66 66
 			{
67 67
 				$this->execute( $stmt );
68 68
 				$this->status( 'done' );
69
-			}
70
-			else
69
+			} else
71 70
 			{
72 71
 				$this->status( 'OK' );
73 72
 			}
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/FosUser.php 1 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.
lib/custom/setup/CustomerRemoveLostUserDataFosuser.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
58 58
 				) {
59 59
 					$this->execute( $sql, 'db-customer' );
60 60
 					$this->status( 'done' );
61
-				}
62
-				else
61
+				} else
63 62
 				{
64 63
 					$this->status( 'OK' );
65 64
 				}
Please login to merge, or discard this patch.