Skip to content

Commit 57a3546

Browse files
committed
updated PHPDoc construct
1 parent 720799b commit 57a3546

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Checkout/Controller/Cart/UpdateItemQty.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ class UpdateItemQty extends Action implements HttpPostActionInterface
5656
* UpdateItemQty constructor
5757
*
5858
* @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
6464
*/
6565

6666
public function __construct(

0 commit comments

Comments
 (0)