Completed
Push — 4.0 ( a86355...f62b05 )
by Ryo
06:52 queued 10s
created
src/Eccube/Controller/EntryController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
270 270
 
271 271
             // Assign session carts into customer carts
272 272
             $Carts = $this->cartService->getCarts();
273
-            $qtyInCart = array_reduce($Carts, function($qty, $Cart) {
273
+            $qtyInCart = array_reduce($Carts, function ($qty, $Cart) {
274 274
                 return $qty + $Cart->getTotalQuantity();
275 275
             });
276 276
 
Please login to merge, or discard this patch.