Skip to content

Commit 31f9503

Browse files
fix static
1 parent a818e6e commit 31f9503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ private function getAssociatedEntitiesMap()
437437
{
438438
if (!$this->_associatedEntitiesMap) {
439439
$this->_associatedEntitiesMap = \Magento\Framework\App\ObjectManager::getInstance()
440+
// phpstan:ignore "Class Magento\SalesRule\Model\ResourceModel\Rule\AssociatedEntityMap not found."
440441
->get(\Magento\SalesRule\Model\ResourceModel\Rule\AssociatedEntityMap::class)
441442
->getData();
442443
}

0 commit comments

Comments
 (0)