File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/Checkout/Controller/Cart Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ class UpdateItemQty extends Action implements HttpPostActionInterface
56
56
* UpdateItemQty constructor
57
57
*
58
58
* @param Context $context
59
- * @param RequestQuantityProcessor $quantityProcessor Request quantity
60
- * @param FormKeyValidator $formKeyValidator Form validator
61
- * @param CheckoutSession $checkoutSession Session
62
- * @param Json $json Json serializer
63
- * @param LoggerInterface $logger Logger
59
+ * @param RequestQuantityProcessor $quantityProcessor
60
+ * @param FormKeyValidator $formKeyValidator
61
+ * @param CheckoutSession $checkoutSession
62
+ * @param Json $json
63
+ * @param LoggerInterface $logger
64
64
*/
65
65
66
66
public function __construct (
You can’t perform that action at this time.
0 commit comments