We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3023927 commit b5fda4cCopy full SHA for b5fda4c
app/code/Magento/Customer/Controller/Plugin/Account.php
@@ -22,7 +22,7 @@ class Account
22
/**
23
* @var Session
24
*/
25
- protected $session;
+ private $session;
26
27
28
* @var RequestInterface
@@ -55,6 +55,7 @@ public function __construct(
55
* @param AccountInterface $controllerAction
56
* @param Closure $proceed
57
* @return ResultInterface|ResponseInterface|void
58
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
59
60
public function aroundExecute(AccountInterface $controllerAction, Closure $proceed)
61
{
0 commit comments