Skip to content

Commit 2c424e6

Browse files
authored
Bug: remove not existing model to Mage_Eav_Model_Resource_Entity_Attribute_Group (#5095)
1 parent 8e345d5 commit 2c424e6

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.phpstan.dist.baseline.neon

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,12 +2172,6 @@ parameters:
21722172
count: 1
21732173
path: app/code/core/Mage/Eav/Model/Entity/Attribute/Abstract.php
21742174

2175-
-
2176-
rawMessage: 'Call to an undefined method Mage_Eav_Model_Resource_Entity_Attribute_Group::deleteGroups().'
2177-
identifier: method.notFound
2178-
count: 1
2179-
path: app/code/core/Mage/Eav/Model/Entity/Attribute/Group.php
2180-
21812175
-
21822176
rawMessage: 'Call to an undefined method Mage_Eav_Model_Entity_Collection_Abstract::getStoreId().'
21832177
identifier: method.notFound

app/code/core/Mage/Eav/Model/Entity/Attribute/Group.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,4 @@ public function itemExists()
4141
{
4242
return $this->_getResource()->itemExists($this);
4343
}
44-
45-
/**
46-
* Delete groups
47-
*
48-
* @return $this
49-
*/
50-
public function deleteGroups()
51-
{
52-
return $this->_getResource()->deleteGroups($this);
53-
}
5444
}

0 commit comments

Comments
 (0)