Skip to content

Commit 5845489

Browse files
committed
Fix #13278 - static tests fix
1 parent fc7e024 commit 5845489

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/SalesRule/Api/Data/RuleInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ public function setStopRulesProcessing($stopRulesProcessing);
234234
public function getIsAdvanced();
235235

236236
/**
237+
* Set if rule is advanced
238+
*
237239
* @param bool $isAdvanced
238240
* @return $this
239241
*/
@@ -262,6 +264,8 @@ public function setProductIds(array $productIds = null);
262264
public function getSortOrder();
263265

264266
/**
267+
* Set sort order
268+
*
265269
* @param int $sortOrder
266270
* @return $this
267271
*/

0 commit comments

Comments
 (0)