Skip to content

Commit cd56048

Browse files
committed
MAGETWO-56126: Login failed after new custom attribute was added
- fix static test
1 parent dbd8716 commit cd56048

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/code/Magento/Customer/Model/Authentication.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
use Magento\Framework\Exception\InvalidEmailOrPasswordException;
1414
use Magento\Framework\Exception\State\UserLockedException;
1515

16+
/**
17+
* Class Authentication
18+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19+
*/
1620
class Authentication implements AuthenticationInterface
1721
{
1822
/**

app/code/Magento/Customer/Model/CustomerAuthUpdate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CustomerAuthUpdate
2424
/**
2525
* @param \Magento\Customer\Model\CustomerRegistry $customerRegistry
2626
* @param \Magento\Customer\Model\ResourceModel\Customer $customerResourceModel
27-
*/
27+
*/
2828
public function __construct(
2929
\Magento\Customer\Model\CustomerRegistry $customerRegistry,
3030
\Magento\Customer\Model\ResourceModel\Customer $customerResourceModel

0 commit comments

Comments
 (0)