Skip to content

Commit 0bc5761

Browse files
30588 Fixed static test failures
1 parent b904033 commit 0bc5761

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/SalesRule/Model/ResourceModel/Rule/Collection.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ class Collection extends \Magento\Rule\Model\ResourceModel\Rule\Collection\Abstr
3030
protected $_associatedEntitiesMap;
3131

3232
/**
33-
* Event prefix
33+
* SaleRule Event prefix
3434
*
3535
* @var string
3636
*/
3737
protected $_eventPrefix = 'salesrule_rule_collection';
3838

3939
/**
40-
* Event object
40+
* SaleRule Event object
4141
*
4242
* @var string
4343
*/
@@ -441,6 +441,7 @@ public function addCustomerGroupFilter($customerGroupId)
441441
return $this;
442442
}
443443

444+
// phpcs:disable
444445
/**
445446
* Getter for _associatedEntitiesMap property
446447
*
@@ -473,4 +474,5 @@ private function getDateApplier()
473474

474475
return $this->dateApplier;
475476
}
477+
// phpcs:enable
476478
}

0 commit comments

Comments
 (0)