Skip to content

Commit 0b01d66

Browse files
committed
Fixed static test issues in app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/NewConditionHtml.php app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/NewConditionHtml.php
1 parent b9f4c48 commit 0b01d66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/NewConditionHtml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class NewConditionHtml extends CatalogAction implements HttpPostActionInterface,
1919
*
2020
* @return void
2121
*/
22-
public function execute() //phpcs:ignore CopyPaste
22+
public function execute()
2323
{
2424
$id = $this->getRequest()->getParam('id');
2525
$formName = $this->getRequest()->getParam('form_namespace');

app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/NewConditionHtml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class NewConditionHtml extends Quote implements HttpPostActionInterface
2020
*
2121
* @return void
2222
*/
23-
public function execute() //phpcs:ignore CopyPaste
23+
public function execute()
2424
{
2525
$id = $this->getRequest()->getParam('id');
2626
$formName = $this->getRequest()->getParam('form_namespace');

0 commit comments

Comments
 (0)