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 c683dde commit c4b394aCopy full SHA for c4b394a
lib/internal/Magento/Framework/Interception/PluginList/PluginList.php
@@ -264,7 +264,7 @@ public function getPlugin($type, $code)
264
public function getNext($type, $method, $code = '__self')
265
{
266
$this->_loadScopedData();
267
- if ($this->_inherited !== null && !isset($this->_inherited[$type]) && !array_key_exists($type, $this->_inherited)) {
+ if (!isset($this->_inherited[$type]) && !array_key_exists($type, $this->_inherited)) {
268
$this->_inheritPlugins($type);
269
}
270
$key = $type . '_' . lcfirst($method) . '_' . $code;
0 commit comments