Skip to content

Commit cda6aa1

Browse files
committed
Change documentation formatting per @rodrigowebjump
1 parent d1d5fdb commit cda6aa1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/code/Magento/Sales/Api/Data/OrderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@ public function getAdjustmentPositive();
580580

581581
/**
582582
* Gets the applied rule IDs for the order.
583-
* Rules are comma separated if there are more than one.
584583
*
584+
* Rules are comma separated if there are more than one.
585585
* @return string|null Applied rule IDs.
586586
*/
587587
public function getAppliedRuleIds();

app/code/Magento/Sales/Api/Data/OrderItemInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ public function getAmountRefunded();
414414

415415
/**
416416
* Gets the applied rule IDs for the order item.
417-
* Rules are comma separated if there are more than one.
418417
*
418+
* Rules are comma separated if there are more than one.
419419
* @return string|null Applied rule IDs.
420420
*/
421421
public function getAppliedRuleIds();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2112,8 +2112,8 @@ public function getAdjustmentPositive()
21122112

21132113
/**
21142114
* Returns applied_rule_ids
2115-
* Rules are comma separated if there are more than one.
21162115
*
2116+
* Rules are comma separated if there are more than one.
21172117
* @return string|null
21182118
*/
21192119
public function getAppliedRuleIds()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,8 @@ public function getAmountRefunded()
724724

725725
/**
726726
* Returns applied_rule_ids
727-
* Rules are comma separated if there are more than one.
728727
*
728+
* Rules are comma separated if there are more than one.
729729
* @return string|null
730730
*/
731731
public function getAppliedRuleIds()

0 commit comments

Comments
 (0)