Skip to content

Commit 9170bb5

Browse files
committed
Add newline to conform to docblock standards
1 parent cda6aa1 commit 9170bb5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ public function getAdjustmentPositive();
582582
* Gets the applied rule IDs for the order.
583583
*
584584
* Rules are comma separated if there are more than one.
585+
*
585586
* @return string|null Applied rule IDs.
586587
*/
587588
public function getAppliedRuleIds();

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ public function getAmountRefunded();
416416
* Gets the applied rule IDs for the order item.
417417
*
418418
* Rules are comma separated if there are more than one.
419+
*
419420
* @return string|null Applied rule IDs.
420421
*/
421422
public function getAppliedRuleIds();

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,6 +2114,7 @@ public function getAdjustmentPositive()
21142114
* Returns applied_rule_ids
21152115
*
21162116
* Rules are comma separated if there are more than one.
2117+
*
21172118
* @return string|null
21182119
*/
21192120
public function getAppliedRuleIds()

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ public function getAmountRefunded()
726726
* Returns applied_rule_ids
727727
*
728728
* Rules are comma separated if there are more than one.
729+
*
729730
* @return string|null
730731
*/
731732
public function getAppliedRuleIds()

0 commit comments

Comments
 (0)