Completed
Push — master ( 8ae406...7a819f )
by Mārtiņš
01:47
created
src/Structures/ProductItem.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,8 @@
 block discarded – undo
44 44
 
45 45
         $item->productType = $raw['productType'];
46 46
         $item->title = $raw['title'];
47
-        $item->price = (float)$raw['price'];
48
-        $item->sellingPrice = (float)$raw['sellingPrice'];
47
+        $item->price = (float) $raw['price'];
48
+        $item->sellingPrice = (float) $raw['sellingPrice'];
49 49
 
50 50
         return $item;
51 51
     }
Please login to merge, or discard this patch.