Passed
Push — master ( 4fd5d2...dcabf5 )
by Matthijs
05:33
created
app/Http/Controllers/Backend/ProductImageController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,8 +95,8 @@
 block discarded – undo
95 95
                 foreach ($newProductAttributes as $key => $productAttribute) {
96 96
                     $newArray = array();
97 97
                     foreach ($productAttribute as $keyNew => $valueNew) {
98
-                         $newArray[] = $keyNew.': '.$valueNew['value'];
99
-                         $attributesList[$valueNew['id']] = $valueNew['value'];
98
+                            $newArray[] = $keyNew.': '.$valueNew['value'];
99
+                            $attributesList[$valueNew['id']] = $valueNew['value'];
100 100
                     }
101 101
                     $productAttributesList[$key] = implode(', ', $newArray);
102 102
                 }
Please login to merge, or discard this patch.