Passed
Push — master ( 65a101...2c0bda )
by Aimeos
18:02
created
lib/mshoplib/src/MShop/Order/Manager/Base/Coupon/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -505,8 +505,7 @@
 block discarded – undo
505 505
 				 */
506 506
 				$path = 'mshop/order/manager/base/coupon/insert';
507 507
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
508
-			}
509
-			else
508
+			} else
510 509
 			{
511 510
 				/** mshop/order/manager/base/coupon/update/mysql
512 511
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -627,8 +627,7 @@
 block discarded – undo
627 627
 				 */
628 628
 				$path = 'mshop/order/manager/base/insert';
629 629
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
630
-			}
631
-			else
630
+			} else
632 631
 			{
633 632
 				/** mshop/order/manager/base/update/mysql
634 633
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Service/Attribute/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -533,8 +533,7 @@
 block discarded – undo
533 533
 				 */
534 534
 				$path = 'mshop/order/manager/base/service/attribute/insert';
535 535
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
536
-			}
537
-			else
536
+			} else
538 537
 			{
539 538
 				/** mshop/order/manager/base/service/attribute/update/mysql
540 539
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Service/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -628,8 +628,7 @@
 block discarded – undo
628 628
 				 */
629 629
 				$path = 'mshop/order/manager/base/service/insert';
630 630
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
631
-			}
632
-			else
631
+			} else
633 632
 			{
634 633
 				/** mshop/order/manager/base/service/update/mysql
635 634
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Standard.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/order/manager/insert';
422 422
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
423
-			}
424
-			else
423
+			} else
425 424
 			{
426 425
 				/** mshop/order/manager/update/mysql
427 426
 				 * 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
@@ -258,8 +258,7 @@
 block discarded – undo
258 258
 				 */
259 259
 				$path = 'mshop/order/manager/status/insert';
260 260
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
261
-			}
262
-			else
261
+			} else
263 262
 			{
264 263
 				/** mshop/order/manager/status/update/mysql
265 264
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Attribute/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -373,8 +373,7 @@
 block discarded – undo
373 373
 				 */
374 374
 				$path = 'mshop/attribute/manager/insert';
375 375
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
376
-			}
377
-			else
376
+			} else
378 377
 			{
379 378
 				/** mshop/attribute/manager/update/mysql
380 379
 				 * Updates an existing attribute 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
@@ -208,8 +208,7 @@
 block discarded – undo
208 208
 				 */
209 209
 				$path = 'mshop/stock/manager/insert';
210 210
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
211
-			}
212
-			else
211
+			} else
213 212
 			{
214 213
 				/** mshop/stock/manager/update/mysql
215 214
 				 * Updates an existing product stock record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Subscription/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -333,8 +333,7 @@
 block discarded – undo
333 333
 				 */
334 334
 				$path = 'mshop/subscription/manager/insert';
335 335
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
336
-			}
337
-			else
336
+			} else
338 337
 			{
339 338
 				/** mshop/subscription/manager/update/mysql
340 339
 				 * Updates an existing subscription record in the database
Please login to merge, or discard this patch.