Skip to content

Commit 3320d66

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2476: Fixed code style issue
1 parent 44318bf commit 3320d66

File tree

1 file changed

+5
-1
lines changed
  • app/code/Magento/Wishlist/Controller/Index

1 file changed

+5
-1
lines changed

app/code/Magento/Wishlist/Controller/Index/Update.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
namespace Magento\Wishlist\Controller\Index;
77

88
use Magento\Framework\App\Action;
9+
use Magento\Framework\App\Action\HttpPostActionInterface;
910
use Magento\Framework\Exception\NotFoundException;
1011
use Magento\Framework\Controller\ResultFactory;
1112

12-
class Update extends \Magento\Wishlist\Controller\AbstractIndex
13+
/**
14+
* Class Update
15+
*/
16+
class Update extends \Magento\Wishlist\Controller\AbstractIndex implements HttpPostActionInterface
1317
{
1418
/**
1519
* @var \Magento\Wishlist\Controller\WishlistProviderInterface

0 commit comments

Comments
 (0)