@@ -27,8 +27,7 @@ discard block |
||
27 | 27 | } |
28 | 28 | |
29 | 29 | |
30 | -$entryFcn = function( \Aimeos\MShop\Customer\Item\Iface $item ) use ( $fields, $target, $cntl, $action, $config ) |
|
31 | -{ |
|
30 | +$entryFcn = function( \Aimeos\MShop\Customer\Item\Iface $item ) use ( $fields, $target, $cntl, $action, $config ) { |
|
32 | 31 | $id = $item->getId(); |
33 | 32 | $type = $item->getResourceType(); |
34 | 33 | $params = array( 'resource' => $type, 'id' => $id ); |
@@ -91,8 +90,7 @@ discard block |
||
91 | 90 | }; |
92 | 91 | |
93 | 92 | |
94 | -$custAddrFcn = function( \Aimeos\MShop\Customer\Item\Address\Iface $item, array $entry ) use ( $target, $cntl, $action, $config ) |
|
95 | -{ |
|
93 | +$custAddrFcn = function( \Aimeos\MShop\Customer\Item\Address\Iface $item, array $entry ) use ( $target, $cntl, $action, $config ) { |
|
96 | 94 | $id = $item->getId(); |
97 | 95 | $type = $item->getResourceType(); |
98 | 96 | |
@@ -114,8 +112,7 @@ discard block |
||
114 | 112 | }; |
115 | 113 | |
116 | 114 | |
117 | -$custPropFcn = function( \Aimeos\MShop\Common\Item\Property\Iface $item, array $entry ) use ( $target, $cntl, $action, $config ) |
|
118 | -{ |
|
115 | +$custPropFcn = function( \Aimeos\MShop\Common\Item\Property\Iface $item, array $entry ) use ( $target, $cntl, $action, $config ) { |
|
119 | 116 | $id = $item->getId(); |
120 | 117 | $type = $item->getResourceType(); |
121 | 118 |