Skip to content

Commit 511f526

Browse files
author
Joan He
committed
MAGETWO-38635: Security - password management 2
1 parent 9d6dc17 commit 511f526

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Captcha/Observer/CheckUserLoginObserver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function __construct(
8989
* @param \Magento\Customer\Api\CustomerRepositoryInterface $customerRepository
9090
* @return void
9191
* @deprecated
92+
* @SuppressWarnings(PHPMD.UnusedPrivateMethod)
9293
*/
9394
private function setCustomerRepository(\Magento\Customer\Api\CustomerRepositoryInterface $customerRepository)
9495
{
@@ -120,6 +121,7 @@ private function getCustomerRepository()
120121
* @param AccountManagementHelper $accountManagementHelper
121122
* @return void
122123
* @deprecated
124+
* @SuppressWarnings(PHPMD.UnusedPrivateMethod)
123125
*/
124126
private function setAccountManagementHelper(AccountManagementHelper $accountManagementHelper)
125127
{

0 commit comments

Comments
 (0)