@@ -160,7 +160,8 @@ public function getConfigFlag($field)
160
160
}
161
161
162
162
/**
163
- * Do request to shipment
163
+ * Do request to shipment.
164
+ *
164
165
* Implementation must be in overridden method
165
166
*
166
167
* @param Request $request
@@ -173,7 +174,8 @@ public function requestToShipment($request)
173
174
}
174
175
175
176
/**
176
- * Do return of shipment
177
+ * Do return of shipment.
178
+ *
177
179
* Implementation must be in overridden method
178
180
*
179
181
* @param Request $request
@@ -275,6 +277,8 @@ public function getDeliveryConfirmationTypes(\Magento\Framework\DataObject $para
275
277
}
276
278
277
279
/**
280
+ * Validate request for available ship countries.
281
+ *
278
282
* @param \Magento\Framework\DataObject $request
279
283
* @return $this|bool|false|\Magento\Framework\Model\AbstractModel
280
284
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
@@ -400,6 +404,8 @@ public function getSortOrder()
400
404
}
401
405
402
406
/**
407
+ * Allows free shipping when all product items have free shipping.
408
+ *
403
409
* @param \Magento\Quote\Model\Quote\Address\RateRequest $request
404
410
* @return void
405
411
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
@@ -671,7 +677,8 @@ protected function filterDebugData($data)
671
677
}
672
678
673
679
/**
674
- * Recursive replace sensitive xml nodes values by specified mask
680
+ * Recursive replace sensitive xml nodes values by specified mask.
681
+ *
675
682
* @param \SimpleXMLElement $xml
676
683
* @return void
677
684
*/
0 commit comments