Passed
Push — master ( 4e5685...c910f1 )
by Aimeos
02:21
created
admin/jsonadm/templates/partials/order/included-standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,7 @@
 block discarded – undo
21 21
 }
22 22
 
23 23
 
24
-$build = function( \Aimeos\Map $items ) use ( $fields )
25
-{
24
+$build = function( \Aimeos\Map $items ) use ( $fields ) {
26 25
 	$list = [];
27 26
 
28 27
 	$target = $this->config( 'admin/jsonadm/url/target' );
Please login to merge, or discard this patch.