Passed
Push — master ( 50e989...69e622 )
by Aimeos
05:21
created
lib/mshoplib/setup/OrderMigrateType.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/OrderRenameShippingToCosts.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/MediaChangeTypeidNotNull.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/TextChangeTypeidNotNull.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/PriceRenameShippingToCosts.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/StockAddTypeDomainValue.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,7 @@
 block discarded – undo
60 60
 		{
61 61
 			$this->execute( $this->sql );
62 62
 			$this->status( 'done' );
63
-		}
64
-		else
63
+		} else
65 64
 		{
66 65
 			$this->status( 'OK' );
67 66
 		}
Please login to merge, or discard this patch.
lib/mshoplib/setup/ProductMigrateSupplier.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,7 @@
 block discarded – undo
62 62
 		{
63 63
 			$this->executeList( $stmts );
64 64
 			$this->status( 'done' );
65
-		}
66
-		else
65
+		} else
67 66
 		{
68 67
 			$this->status( 'OK' );
69 68
 		}
Please login to merge, or discard this patch.
lib/mshoplib/setup/PriceRenameColumnDiscountToRebate.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/OrderFixEmailStatus.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.