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 ace8a6f commit 01b7906Copy full SHA for 01b7906
app/code/Magento/Widget/Model/Widget.php
@@ -143,7 +143,8 @@ public function getWidgetByClassType($type)
143
*/
144
public function getConfigAsXml($type)
145
{
146
- return $this->getWidgetByClassType($type);
+ // phpstan:ignore
147
+ return $this->getXmlElementByType($type);
148
}
149
150
/**
0 commit comments