Skip to content

Commit bd6c51a

Browse files
committed
MAGETWO-95483: Can't delete a cart entry when the cart has a shipping address
- Fixed static error
1 parent 58c13d6 commit bd6c51a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/Plugin/Model/Quote/ResetQuoteAddresses.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
class ResetQuoteAddresses
1616
{
1717
/**
18+
* Clears the quote addresses when all the items are removed from the cart
19+
*
1820
* @param Quote $quote
1921
* @param Quote $result
2022
* @param mixed $itemId
21-
*
2223
* @return Quote
2324
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2425
*/

0 commit comments

Comments
 (0)