Passed
Push — master ( da6b74...a51687 )
by Jan
07:57
created
src/Services/PricedetailHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
             } else {
67 67
                 // We have to sort the pricedetails manually
68 68
                 $array = $pricedetails->map(
69
-                    function (Pricedetail $pricedetail) {
69
+                    function(Pricedetail $pricedetail) {
70 70
                         return $pricedetail->getMinDiscountQuantity();
71 71
                     }
72 72
                 )->toArray();
Please login to merge, or discard this patch.