We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a818e6e commit 31f9503Copy full SHA for 31f9503
app/code/Magento/SalesRule/Model/ResourceModel/Rule/Collection.php
@@ -437,6 +437,7 @@ private function getAssociatedEntitiesMap()
437
{
438
if (!$this->_associatedEntitiesMap) {
439
$this->_associatedEntitiesMap = \Magento\Framework\App\ObjectManager::getInstance()
440
+ // phpstan:ignore "Class Magento\SalesRule\Model\ResourceModel\Rule\AssociatedEntityMap not found."
441
->get(\Magento\SalesRule\Model\ResourceModel\Rule\AssociatedEntityMap::class)
442
->getData();
443
}
0 commit comments