Skip to content

Commit cdd19a6

Browse files
committed
Update Comments
1 parent 7aeb3be commit cdd19a6

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

app/code/Magento/Sales/Model/Order/Address.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -508,11 +508,7 @@ public function getVatRequestSuccess()
508508
}
509509

510510
/**
511-
* Set Parent ID
512-
*
513-
* @param int $id
514-
*
515-
* @return \Magento\Framework\DataObject|Address
511+
* @inheritdoc
516512
*/
517513
public function setParentId($id)
518514
{

app/code/Magento/Sales/Model/Order/Payment/Transaction.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -833,11 +833,7 @@ public function getTransactionId()
833833
}
834834

835835
/**
836-
* Set Transaction ID
837-
*
838-
* @param int $id
839-
*
840-
* @return TransactionInterface|Transaction
836+
* @inheritdoc
841837
*/
842838
public function setTransactionId($id)
843839
{

app/code/Magento/Store/Model/Store.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,10 +1378,7 @@ public function getStorePath()
13781378
}
13791379

13801380
/**
1381-
* Get scope type
1382-
*
1383-
* @return string
1384-
* @since 100.1.0
1381+
* @inheritdoc
13851382
*/
13861383
public function getScopeType()
13871384
{

0 commit comments

Comments
 (0)