File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Multishipping/Model/Checkout/Type Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ public function setShippingItemsInformation($info)
558
558
* @return Multishipping
559
559
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
560
560
* @SuppressWarnings(PHPMD.NPathComplexity)
561
- *@throws \Magento\Framework\Exception\LocalizedException
561
+ * @throws \Magento\Framework\Exception\LocalizedException
562
562
*/
563
563
protected function _addShippingItem ($ quoteItemId , $ data )
564
564
{
@@ -612,7 +612,7 @@ protected function _addShippingItem($quoteItemId, $data)
612
612
*
613
613
* @param int $addressId customer address id
614
614
* @return Multishipping
615
- *@throws \Magento\Framework\Exception\LocalizedException
615
+ * @throws \Magento\Framework\Exception\LocalizedException
616
616
*/
617
617
public function updateQuoteCustomerShippingAddress ($ addressId )
618
618
{
@@ -640,7 +640,7 @@ public function updateQuoteCustomerShippingAddress($addressId)
640
640
*
641
641
* @param int $addressId customer address id
642
642
* @return Multishipping
643
- *@throws \Magento\Framework\Exception\LocalizedException
643
+ * @throws \Magento\Framework\Exception\LocalizedException
644
644
*/
645
645
public function setQuoteCustomerBillingAddress ($ addressId )
646
646
{
You can’t perform that action at this time.
0 commit comments