Skip to content

Commit 433513a

Browse files
author
Olexii Korshenko
committed
MAGETWO-39418: [TD] Decrease NPath and Cyclomatic complexities of the new code
1 parent c512dd5 commit 433513a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Checkout/Model/ShippingInformationManagement.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,12 @@ public function saveAddressInformation(
169169
}
170170

171171
/**
172+
* Validate quote
173+
*
172174
* @param \Magento\Quote\Model\Quote $quote
173175
* @throws InputException
174176
* @throws NoSuchEntityException
177+
* @return void
175178
*/
176179
protected function validateQuote(\Magento\Quote\Model\Quote $quote)
177180
{

0 commit comments

Comments
 (0)