Completed
Push — master ( 8c0ab3...c19992 )
by Klochok
12:22
created
src/actions/AddToCartAction.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         }
87 87
     }
88 88
 
89
+    /**
90
+     * @param CartPositionInterface $position
91
+     */
89 92
     protected function putPositionToCart($position)
90 93
     {
91 94
         $cart = $this->getCartModule()->getCart();
Please login to merge, or discard this patch.