Passed
Push — akeneo4 ( 6cf476...419326 )
by Claudio
12:33
created
Category
src/Controller/AbstractController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
             unset($normalizedProduct['values'][$attributeCode]);
32 32
         }
33 33
         unset($normalizedProduct['identifier']);
34
-        if (empty((array)$normalizedProduct['associations'])) {
34
+        if (empty((array) $normalizedProduct['associations'])) {
35 35
             unset($normalizedProduct['associations']);
36 36
         }
37 37
 
Please login to merge, or discard this patch.