Skip to content

Commit f12d516

Browse files
committed
ACP2E-3864: Update copyrights for PB and fix static failures
1 parent 66a476b commit f12d516

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/PageBuilder/Controller/Adminhtml/Form/Element/ProductConditions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function __construct(
4343

4444
/**
4545
* @inheritDoc
46+
* @SuppressWarnings(PHPMD.AllPurposeAction)
4647
*/
4748
public function execute()
4849
{

app/code/Magento/PageBuilder/Controller/Adminhtml/Template/Delete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
class Delete extends Action implements HttpPostActionInterface
2424
{
25-
const ADMIN_RESOURCE = 'Magento_PageBuilder::template_delete';
25+
public const ADMIN_RESOURCE = 'Magento_PageBuilder::template_delete';
2626

2727
/**
2828
* @var LoggerInterface

0 commit comments

Comments
 (0)