Passed
Push — master ( f11a29...41b844 )
by Aimeos
01:35
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/setup/CustomerRemoveLostUserDataFosuser.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -53,8 +53,7 @@  discard block
 block discarded – undo
53 53
 		{
54 54
 			$this->execute( $this->sql['address'] );
55 55
 			$this->status( 'done' );
56
-		}
57
-		else
56
+		} else
58 57
 		{
59 58
 			$this->status( 'OK' );
60 59
 		}
@@ -66,8 +65,7 @@  discard block
 block discarded – undo
66 65
 		{
67 66
 			$this->execute( $this->sql['list'] );
68 67
 			$this->status( 'done' );
69
-		}
70
-		else
68
+		} else
71 69
 		{
72 70
 			$this->status( 'OK' );
73 71
 		}
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
@@ -340,8 +340,7 @@
 block discarded – undo
340 340
 				 * @see mshop/customer/manager/fosuser/count
341 341
 				 */
342 342
 				$path = 'mshop/customer/manager/fosuser/insert';
343
-			}
344
-			else
343
+			} else
345 344
 			{
346 345
 				/** mshop/customer/manager/fosuser/update
347 346
 				 * Updates an existing customer record in the database
Please login to merge, or discard this patch.