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 f12d516 commit 91c8979Copy full SHA for 91c8979
app/code/Magento/PageBuilder/Controller/Adminhtml/Form/Element/ProductConditions.php
@@ -43,7 +43,6 @@ public function __construct(
43
44
/**
45
* @inheritDoc
46
- * @SuppressWarnings(PHPMD.AllPurposeAction)
47
*/
48
public function execute()
49
{
@@ -60,7 +59,7 @@ public function execute()
60
59
// The Combine class doesn't need the data attribute on children but we do.
61
$this->configureConditionsFormName($conditions, $formName);
62
$result = $conditions->asHtmlRecursive();
63
- $this->getResponse()->setBody($result);
+ return $this->getResponse()->setBody($result);
64
}
65
66
0 commit comments