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)
558558 * @return Multishipping
559559 * @SuppressWarnings(PHPMD.CyclomaticComplexity)
560560 * @SuppressWarnings(PHPMD.NPathComplexity)
561- *@throws \Magento\Framework\Exception\LocalizedException
561+ * @throws \Magento\Framework\Exception\LocalizedException
562562 */
563563 protected function _addShippingItem ($ quoteItemId , $ data )
564564 {
@@ -612,7 +612,7 @@ protected function _addShippingItem($quoteItemId, $data)
612612 *
613613 * @param int $addressId customer address id
614614 * @return Multishipping
615- *@throws \Magento\Framework\Exception\LocalizedException
615+ * @throws \Magento\Framework\Exception\LocalizedException
616616 */
617617 public function updateQuoteCustomerShippingAddress ($ addressId )
618618 {
@@ -640,7 +640,7 @@ public function updateQuoteCustomerShippingAddress($addressId)
640640 *
641641 * @param int $addressId customer address id
642642 * @return Multishipping
643- *@throws \Magento\Framework\Exception\LocalizedException
643+ * @throws \Magento\Framework\Exception\LocalizedException
644644 */
645645 public function setQuoteCustomerBillingAddress ($ addressId )
646646 {
You can’t perform that action at this time.
0 commit comments