Passed
Push — master ( 8bcf0d...10ee87 )
by Aimeos
06:29
created
lib/mshoplib/src/MShop/Customer/Manager/Group/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -306,8 +306,7 @@
 block discarded – undo
306 306
 				 */
307 307
 				$path = 'mshop/customer/manager/group/standard/insert';
308 308
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
309
-			}
310
-			else
309
+			} else
311 310
 			{
312 311
 				/** mshop/customer/manager/group/standard/update/mysql
313 312
 				 * Updates an existing customer group record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Supplier/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -361,8 +361,7 @@
 block discarded – undo
361 361
 				 */
362 362
 				$path = 'mshop/supplier/manager/standard/insert';
363 363
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
364
-			}
365
-			else
364
+			} else
366 365
 			{
367 366
 				/** mshop/supplier/manager/standard/update/mysql
368 367
 				 * Updates an existing supplier record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Media/Manager/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -412,8 +412,7 @@
 block discarded – undo
412 412
 				 */
413 413
 				$path = 'mshop/media/manager/standard/insert';
414 414
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
415
-			}
416
-			else
415
+			} else
417 416
 			{
418 417
 				/** mshop/media/manager/standard/update/mysql
419 418
 				 * Updates an existing media 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
@@ -619,8 +619,7 @@
 block discarded – undo
619 619
 				 */
620 620
 				$path = 'mshop/order/manager/base/standard/insert';
621 621
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
622
-			}
623
-			else
622
+			} else
624 623
 			{
625 624
 				/** mshop/order/manager/base/standard/update/mysql
626 625
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Address/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -657,8 +657,7 @@
 block discarded – undo
657 657
 				 */
658 658
 				$path = 'mshop/order/manager/base/address/standard/insert';
659 659
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
660
-			}
661
-			else
660
+			} else
662 661
 			{
663 662
 				/** mshop/order/manager/base/address/standard/update/mysql
664 663
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Product/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -710,8 +710,7 @@
 block discarded – undo
710 710
 				 */
711 711
 				$path = 'mshop/order/manager/base/product/standard/insert';
712 712
 				$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
713
-			}
714
-			else
713
+			} else
715 714
 			{
716 715
 				/** mshop/order/manager/base/product/standard/update/mysql
717 716
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Manager/Base/Product/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/product/attribute/standard/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/product/attribute/standard/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/standard/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/standard/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/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/standard/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/standard/update/mysql
540 539
 				 * Updates an existing order record in the database
Please login to merge, or discard this patch.