Passed
Push — master ( 498b08...11a60f )
by Luiz Kim
02:37 queued 16s
created
src/Controller/DiscoveryCart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 }
58 58
             }
59 59
 
60
-            return new JsonResponse($this->hydratorService->item(Order::class,$order->getId(), 'order_details:read'), Response::HTTP_OK);
60
+            return new JsonResponse($this->hydratorService->item(Order::class, $order->getId(), 'order_details:read'), Response::HTTP_OK);
61 61
         } catch (Exception $e) {
62 62
             return new JsonResponse($this->hydratorService->error($e));
63 63
         }
Please login to merge, or discard this patch.