Passed
Push — master ( 6e753d...22f396 )
by Aimeos
05:43
created
admin/jqadm/src/Admin/JQAdm/Locale/Site/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -454,8 +454,7 @@
 block discarded – undo
454 454
 		{
455 455
 			$this->checkSite( $super, $data['locale.site.id'] );
456 456
 			$item = $manager->get( $data['locale.site.id'] );
457
-		}
458
-		else
457
+		} else
459 458
 		{
460 459
 			$this->checkSite( $super );
461 460
 			$item = $manager->createItem();
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Order/Standard.php 1 patch
Braces   +7 added lines, -4 removed lines patch added patch discarded remove patch
@@ -469,8 +469,7 @@  discard block
 block discarded – undo
469 469
 						{
470 470
 							$attrItem = $attrItems[$array['order.base.service.attribute.id']];
471 471
 							unset( $attrItems[$array['order.base.service.attribute.id']] );
472
-						}
473
-						else
472
+						} else
474 473
 						{
475 474
 							$attrItem = $attrManager->createItem();
476 475
 						}
@@ -505,9 +504,13 @@  discard block
 block discarded – undo
505 504
 		{
506 505
 			$manager = \Aimeos\MShop::create( $this->getContext(), 'customer' );
507 506
 
508
-			try {
507
+			try
508
+			{
509 509
 				$data += $manager->get( $item->getCustomerId() )->toArray();
510
-			} catch( \Exception $e ) {};
510
+			}
511
+			catch( \Exception $e )
512
+			{
513
+};
511 514
 		}
512 515
 
513 516
 
Please login to merge, or discard this patch.