|
@@ -29,7 +29,7 @@ |
|
|
block discarded – undo |
|
29
|
29
|
* Initializes the object |
|
30
|
30
|
* |
|
31
|
31
|
* @param \Aimeos\MShop\Context\Item\Iface $context Context object |
|
32
|
|
- * @param array $mapping Associative list of field position in CSV as key and domain item key as value |
|
|
32
|
+ * @param string[] $mapping Associative list of field position in CSV as key and domain item key as value |
|
33
|
33
|
* @param \Aimeos\Controller\Common\Coupon\Import\Csv\Processor\Iface $object Decorated processor |
|
34
|
34
|
*/ |
|
35
|
35
|
public function __construct( \Aimeos\MShop\Context\Item\Iface $context, array $mapping, |
Please login to merge, or discard this patch.