Passed
Push — master ( 2b9795...8c3433 )
by Aimeos
07:40
created
src/MShop/Order/Manager/Status/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -253,8 +253,7 @@
 block discarded – undo
253 253
 			 */
254 254
 			$path = 'mshop/order/manager/status/insert';
255 255
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
256
-		}
257
-		else
256
+		} else
258 257
 		{
259 258
 			/** mshop/order/manager/status/update/mysql
260 259
 			 * Updates an existing order record in the database
Please login to merge, or discard this patch.
src/MAdmin/Log/Manager/Standard.php 1 patch
Braces   +12 added lines, -6 removed lines patch added patch discarded remove patch
@@ -270,9 +270,13 @@  discard block
 block discarded – undo
270 270
 	 */
271 271
 	public function create( array $values = [] ) : \Aimeos\MShop\Common\Item\Iface
272 272
 	{
273
-		try {
273
+		try
274
+		{
274 275
 			$values['log.siteid'] = $values['log.siteid'] ?? $this->context()->locale()->getSiteId();
275
-		} catch( \Exception $e ) {} // if no locale item is available
276
+		}
277
+		catch( \Exception $e )
278
+		{
279
+} // if no locale item is available
276 280
 
277 281
 		return $this->createItemBase( $values );
278 282
 	}
@@ -449,9 +453,12 @@  discard block
 block discarded – undo
449 453
 			return $item;
450 454
 		}
451 455
 
452
-		try {
456
+		try
457
+		{
453 458
 			$siteid = $this->context()->locale()->getSiteId();
454
-		} catch( \Exception $e ) {
459
+		}
460
+		catch( \Exception $e )
461
+		{
455 462
 			$siteid = '';
456 463
 		}
457 464
 
@@ -498,8 +505,7 @@  discard block
 block discarded – undo
498 505
 			 */
499 506
 			$path = 'madmin/log/manager/insert';
500 507
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
501
-		}
502
-		else
508
+		} else
503 509
 		{
504 510
 			/** madmin/log/manager/update/mysql
505 511
 			 * Updates an existing log record in the database
Please login to merge, or discard this patch.
src/MShop/Order/Manager/Service/Attribute/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -535,8 +535,7 @@
 block discarded – undo
535 535
 			 */
536 536
 			$path = 'mshop/order/manager/service/attribute/insert';
537 537
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
538
-		}
539
-		else
538
+		} else
540 539
 		{
541 540
 			/** mshop/order/manager/service/attribute/update/mysql
542 541
 			 * Updates an existing order record in the database
Please login to merge, or discard this patch.
src/MShop/Order/Manager/Service/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -650,8 +650,7 @@
 block discarded – undo
650 650
 			 */
651 651
 			$path = 'mshop/order/manager/service/insert';
652 652
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
653
-		}
654
-		else
653
+		} else
655 654
 		{
656 655
 			/** mshop/order/manager/service/update/mysql
657 656
 			 * Updates an existing order record in the database
Please login to merge, or discard this patch.
src/MShop/Order/Manager/Service/Transaction/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -528,8 +528,7 @@
 block discarded – undo
528 528
 			 */
529 529
 			$path = 'mshop/order/manager/service/transaction/insert';
530 530
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
531
-		}
532
-		else
531
+		} else
533 532
 		{
534 533
 			/** mshop/order/manager/service/transaction/update/mysql
535 534
 			 * Updates an existing order record in the database
Please login to merge, or discard this patch.
src/MShop/Order/Manager/Product/Attribute/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -535,8 +535,7 @@
 block discarded – undo
535 535
 			 */
536 536
 			$path = 'mshop/order/manager/product/attribute/insert';
537 537
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
538
-		}
539
-		else
538
+		} else
540 539
 		{
541 540
 			/** mshop/order/manager/product/attribute/update/mysql
542 541
 			 * Updates an existing order record in the database
Please login to merge, or discard this patch.
src/MShop/Order/Manager/Product/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -800,8 +800,7 @@
 block discarded – undo
800 800
 			 */
801 801
 			$path = 'mshop/order/manager/product/insert';
802 802
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
803
-		}
804
-		else
803
+		} else
805 804
 		{
806 805
 			/** mshop/order/manager/product/update/mysql
807 806
 			 * Updates an existing order record in the database
Please login to merge, or discard this patch.
src/MShop/Order/Manager/Coupon/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -500,8 +500,7 @@
 block discarded – undo
500 500
 			 */
501 501
 			$path = 'mshop/order/manager/coupon/insert';
502 502
 			$sql = $this->addSqlColumns( array_keys( $columns ), $this->getSqlConfig( $path ) );
503
-		}
504
-		else
503
+		} else
505 504
 		{
506 505
 			/** mshop/order/manager/coupon/update/mysql
507 506
 			 * Updates an existing order record in the database
Please login to merge, or discard this patch.
src/MShop/Order/Item/Base.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -815,7 +815,7 @@  discard block
 block discarded – undo
815 815
 
816 816
 			foreach( $price->getTaxrates() as $name => $taxrate )
817 817
 			{
818
-				$price = (clone $price)->setTaxRate( $taxrate );
818
+				$price = ( clone $price )->setTaxRate( $taxrate );
819 819
 
820 820
 				if( isset( $taxes[$name][$taxrate] ) ) {
821 821
 					$taxes[$name][$taxrate]->addItem( $price, $product->getQuantity() );
@@ -833,7 +833,7 @@  discard block
 block discarded – undo
833 833
 
834 834
 				foreach( $price->getTaxrates() as $name => $taxrate )
835 835
 				{
836
-					$price = (clone $price)->setTaxRate( $taxrate );
836
+					$price = ( clone $price )->setTaxRate( $taxrate );
837 837
 
838 838
 					if( isset( $taxes[$name][$taxrate] ) ) {
839 839
 						$taxes[$name][$taxrate]->addItem( $price );
Please login to merge, or discard this patch.