Skip to content

Commit 59c9adb

Browse files
Remove redundant methods - static tests fix.
1 parent 865339e commit 59c9adb

File tree

2 files changed

+3
-2
lines changed
  • app/code/Magento

2 files changed

+3
-2
lines changed

app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Index/Index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
use Magento\Backend\App\Action;
1010
use Magento\Backend\App\Action\Context;
11+
use Magento\Framework\App\Action\HttpGetActionInterface;
1112
use Magento\Framework\View\Result\Page;
1213
use Magento\Framework\View\Result\PageFactory;
1314

14-
class Index extends Action
15+
class Index extends Action implements HttpGetActionInterface
1516
{
1617
/**
1718
* Authorization level of a basic admin session

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Newsletter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Newsletter extends AbstractCreate
1616
{
1717
/**
18-
* @return void
18+
* @inheritdoc
1919
*/
2020
protected function _construct()
2121
{

0 commit comments

Comments
 (0)