Skip to content

Commit ed8b2a1

Browse files
fix coding-standard
1 parent b5e8b65 commit ed8b2a1

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Backend/Controller/Adminhtml/System/Account

1 file changed

+2
-2
lines changed

app/code/Magento/Backend/Controller/Adminhtml/System/Account/Save.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
use Magento\Framework\Controller\ResultFactory;
1212
use Magento\Framework\Exception\State\UserLockedException;
1313
use Magento\Security\Model\SecurityCookie;
14-
14+
use Magento\Framework\App\Action\HttpPostActionInterface;
1515
/**
1616
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1717
*/
18-
class Save extends \Magento\Backend\Controller\Adminhtml\System\Account
18+
class Save extends \Magento\Backend\Controller\Adminhtml\System\Account implements HttpPostActionInterface
1919
{
2020
/**
2121
* @var SecurityCookie

0 commit comments

Comments
 (0)