Passed
Push — master ( b40863...296729 )
by Tim
02:13
created
src/Observers/ProductGroupedObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.