Skip to content

Commit b325ff7

Browse files
committed
AC-6080::Fixed the static tests
1 parent 92ee2b5 commit b325ff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Quote/Model/ShippingMethodManagement.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ public function estimateByAddressId($cartId, $addressId)
300300
* @return ShippingMethodInterface[] An array of shipping methods.
301301
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
302302
* @deprecated 100.1.6
303+
* @see Updated-deprication-doc-annotations
303304
*/
304305
protected function getEstimatedRates(
305306
Quote $quote,
@@ -380,6 +381,7 @@ private function extractAddressData($address)
380381
*
381382
* @return DataObjectProcessor
382383
* @deprecated 101.0.0
384+
* @see Updated-deprication-doc-annotations
383385
*/
384386
private function getDataObjectProcessor()
385387
{

0 commit comments

Comments
 (0)