Skip to content

Commit 67bc162

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2306: Code style fixes
1 parent af95253 commit 67bc162

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function __construct(
8383
}
8484

8585
/**
86-
* {@inheritdoc}
86+
* @inheritdoc
8787
*/
8888
public function processAuthenticationFailure($customerId)
8989
{
@@ -120,7 +120,7 @@ public function processAuthenticationFailure($customerId)
120120
}
121121

122122
/**
123-
* {@inheritdoc}
123+
* @inheritdoc
124124
*/
125125
public function unlock($customerId)
126126
{
@@ -152,7 +152,7 @@ protected function getMaxFailures()
152152
}
153153

154154
/**
155-
* {@inheritdoc}
155+
* @inheritdoc
156156
*/
157157
public function isLocked($customerId)
158158
{
@@ -161,7 +161,7 @@ public function isLocked($customerId)
161161
}
162162

163163
/**
164-
* {@inheritdoc}
164+
* @inheritdoc
165165
*/
166166
public function authenticate($customerId, $password)
167167
{

0 commit comments

Comments
 (0)