Skip to content

Commit b5fda4c

Browse files
committed
Code style
1 parent 3023927 commit b5fda4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/Controller/Plugin/Account.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Account
2222
/**
2323
* @var Session
2424
*/
25-
protected $session;
25+
private $session;
2626

2727
/**
2828
* @var RequestInterface
@@ -55,6 +55,7 @@ public function __construct(
5555
* @param AccountInterface $controllerAction
5656
* @param Closure $proceed
5757
* @return ResultInterface|ResponseInterface|void
58+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
5859
*/
5960
public function aroundExecute(AccountInterface $controllerAction, Closure $proceed)
6061
{

0 commit comments

Comments
 (0)