File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
app/code/Magento/Customer/Model Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 13
13
use Magento \Framework \Exception \InvalidEmailOrPasswordException ;
14
14
use Magento \Framework \Exception \State \UserLockedException ;
15
15
16
+ /**
17
+ * Class Authentication
18
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19
+ */
16
20
class Authentication implements AuthenticationInterface
17
21
{
18
22
/**
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class CustomerAuthUpdate
24
24
/**
25
25
* @param \Magento\Customer\Model\CustomerRegistry $customerRegistry
26
26
* @param \Magento\Customer\Model\ResourceModel\Customer $customerResourceModel
27
- */
27
+ */
28
28
public function __construct (
29
29
\Magento \Customer \Model \CustomerRegistry $ customerRegistry ,
30
30
\Magento \Customer \Model \ResourceModel \Customer $ customerResourceModel
You can’t perform that action at this time.
0 commit comments