@@ -68,7 +68,7 @@ |
||
68 | 68 | // 24-MB01=0.0000,24-MB04=0.0000,24-MB03=0.0000 |
69 | 69 | foreach ($this->explode($associatedSkus) as $grouped) { |
70 | 70 | // explode the SKU and the configurable attribute values, e. g. 24-MB04=0.0000 |
71 | - list ($childSku, ) = $this->explode($grouped, '='); |
|
71 | + list ($childSku,) = $this->explode($grouped, '='); |
|
72 | 72 | |
73 | 73 | // initialize the product variation itself |
74 | 74 | $variation = $this->newArtefact( |