Skip to content

Commit

Permalink
Code Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajsarowicz committed Mar 11, 2020
1 parent 79a3a1a commit 3023927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Customer/Controller/AbstractAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* AbstractAccount class is deprecated, in favour of Composition approach to build Controllers
*
* @SuppressWarnings(PHPMD.NumberOfChildren)
* @deprecated 2.4.0
* @deprecated
* @see \Magento\Customer\Controller\AccountInterface
*/
abstract class AbstractAccount extends Action implements AccountInterface
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Customer/Controller/Plugin/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
use Closure;
use Magento\Customer\Controller\AccountInterface;
use Magento\Customer\Model\Session;
use Magento\Framework\App\ActionFlag;
use Magento\Framework\App\ActionInterface;
use Magento\Framework\App\RequestInterface;
use Magento\Framework\App\ResponseInterface;
use Magento\Framework\Controller\ResultInterface;
Expand Down

0 comments on commit 3023927

Please sign in to comment.