Passed
Push — master ( 21a6cd...e7bca9 )
by Luiz Kim
24:22 queued 22:07
created
src/Service/OrderProductQueueService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         RequestStack $requestStack
21 21
 
22 22
     ) {
23
-        $this->request  = $requestStack->getCurrentRequest();
23
+        $this->request = $requestStack->getCurrentRequest();
24 24
     }
25 25
 
26 26
     public function addProductToQueue(OrderProduct $orderProduct)
Please login to merge, or discard this patch.