Passed
Push — master ( 47e37b...2360ce )
by Aimeos
05:11
created
lib/mshoplib/src/MShop/Order/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -350,8 +350,7 @@
 block discarded – undo
350 350
 				 * @see mshop/order/manager/standard/count/ansi
351 351
 				 */
352 352
 				$path = 'mshop/order/manager/standard/insert';
353
-			}
354
-			else
353
+			} else
355 354
 			{
356 355
 				/** mshop/order/manager/standard/update/mysql
357 356
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Status/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -251,8 +251,7 @@
 block discarded – undo
251 251
 				 * @see mshop/order/manager/status/standard/count/ansi
252 252
 				 */
253 253
 				$path = 'mshop/order/manager/status/standard/insert';
254
-			}
255
-			else
254
+			} else
256 255
 			{
257 256
 				/** mshop/order/manager/status/standard/update/mysql
258 257
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Tag/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -195,8 +195,7 @@
 block discarded – undo
195 195
 				 * @see mshop/tag/manager/standard/count/ansi
196 196
 				 */
197 197
 				$path = 'mshop/tag/manager/standard/insert';
198
-			}
199
-			else
198
+			} else
200 199
 			{
201 200
 				/** mshop/tag/manager/standard/update/mysql
202 201
 				 * Updates an existing tag tag record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Product/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -238,8 +238,7 @@
 block discarded – undo
238 238
 				 * @see mshop/product/manager/standard/count/ansi
239 239
 				 */
240 240
 				$path = 'mshop/product/manager/standard/insert';
241
-			}
242
-			else
241
+			} else
243 242
 			{
244 243
 				/** mshop/product/manager/standard/update/mysql
245 244
 				 * Updates an existing product record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Plugin/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -444,8 +444,7 @@
 block discarded – undo
444 444
 				 * @see mshop/plugin/manager/standard/count/ansi
445 445
 				 */
446 446
 				$path = 'mshop/plugin/manager/standard/insert';
447
-			}
448
-			else
447
+			} else
449 448
 			{
450 449
 				/** mshop/plugin/manager/standard/update/mysql
451 450
 				 * Updates an existing plugin record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Stock/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -200,8 +200,7 @@
 block discarded – undo
200 200
 				 * @see mshop/stock/manager/standard/stocklevel
201 201
 				 */
202 202
 				$path = 'mshop/stock/manager/standard/insert';
203
-			}
204
-			else
203
+			} else
205 204
 			{
206 205
 				/** mshop/stock/manager/standard/update/mysql
207 206
 				 * Updates an existing product stock record in the database
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/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.