Passed
Push — master ( ab27f4...33a15f )
by Aimeos
04:33
created
src/Admin/JQAdm/Order/Standard.php 1 patch
Braces   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -540,9 +540,13 @@
 block discarded – undo
540 540
 
541 541
 		if( $item->getCustomerId() != '' )
542 542
 		{
543
-			try {
543
+			try
544
+			{
544 545
 				$data += \Aimeos\MShop::create( $this->context(), 'customer' )->get( $item->getCustomerId() )->toArray();
545
-			} catch( \Exception $e ) {};
546
+			}
547
+			catch( \Exception $e )
548
+			{
549
+};
546 550
 		}
547 551
 
548 552
 
Please login to merge, or discard this patch.