Passed
Push — master ( 50e989...69e622 )
by Aimeos
05:21
created
lib/mshoplib/setup/PluginAddLabel.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,7 @@
 block discarded – undo
65 65
 		{
66 66
 			$this->executeList( $stmts );
67 67
 			$this->status( 'added' );
68
-		}
69
-		else
68
+		} else
70 69
 		{
71 70
 			$this->status( 'OK' );
72 71
 		}
Please login to merge, or discard this patch.
lib/mshoplib/setup/ServiceRenameDomainToTypeid.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,7 @@
 block discarded – undo
76 76
 			{
77 77
 				$this->executeList( $stmtList );
78 78
 				$this->status( 'renamed' );
79
-			}
80
-			else
79
+			} else
81 80
 			{
82 81
 				$this->status( 'OK' );
83 82
 			}
Please login to merge, or discard this patch.
lib/mshoplib/setup/ProductAddStockTypeDomainValues.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
 		{
53 53
 			$this->execute( $this->stmt, 'db-product' );
54 54
 			$this->status( 'done' );
55
-		}
56
-		else
55
+		} else
57 56
 		{
58 57
 			$this->status( 'OK' );
59 58
 		}
Please login to merge, or discard this patch.
lib/mshoplib/setup/ProductChangeTypeidNotNull.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@
 block discarded – undo
72 72
 		{
73 73
 			$this->executeList( $stmts );
74 74
 			$this->status( 'migrated' );
75
-		}
76
-		else
75
+		} else
77 76
 		{
78 77
 			$this->status( 'OK' );
79 78
 		}
Please login to merge, or discard this patch.
lib/mshoplib/setup/OrderMigrateEmailflag.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -78,8 +78,7 @@  discard block
 block discarded – undo
78 78
 			{
79 79
 				$this->execute( $stmts['index'] );
80 80
 				$this->status( 'dropped' );
81
-			}
82
-			else
81
+			} else
83 82
 			{
84 83
 				$this->status( 'OK' );
85 84
 			}
@@ -125,8 +124,7 @@  discard block
 block discarded – undo
125 124
 				} else {
126 125
 					$this->status( 'OK' );
127 126
 				}
128
-			}
129
-			else
127
+			} else
130 128
 			{
131 129
 				$this->status( 'OK' );
132 130
 			}
Please login to merge, or discard this patch.
lib/mshoplib/setup/OrderRenameBaseCustomerCodeToId.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,8 +67,7 @@
 block discarded – undo
67 67
 			{
68 68
 				$this->execute( $stmt );
69 69
 				$this->status( 'renamed' );
70
-			}
71
-			else
70
+			} else
72 71
 			{
73 72
 				$this->status( 'OK' );
74 73
 			}
Please login to merge, or discard this patch.
lib/mshoplib/setup/ServiceRenameConfig.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,8 +81,7 @@
 block discarded – undo
81 81
 			} else {
82 82
 				$this->status( 'OK' );
83 83
 			}
84
-		}
85
-		else
84
+		} else
86 85
 		{
87 86
 			$this->status( 'OK' );
88 87
 		}
Please login to merge, or discard this patch.
lib/mshoplib/setup/PriceAddTypeid.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,7 @@
 block discarded – undo
65 65
 		{
66 66
 			$this->executeList( $stmts );
67 67
 			$this->status( 'added' );
68
-		}
69
-		else
68
+		} else
70 69
 		{
71 70
 			$this->status( 'OK' );
72 71
 		}
Please login to merge, or discard this patch.
lib/mshoplib/setup/PluginRenameDomainToTypeid.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,7 @@
 block discarded – undo
76 76
 			{
77 77
 				$this->executeList( $stmtList );
78 78
 				$this->status( 'renamed' );
79
-			}
80
-			else
79
+			} else
81 80
 			{
82 81
 				$this->status( 'OK' );
83 82
 			}
Please login to merge, or discard this patch.