File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Customer/Model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public function __construct(
83
83
}
84
84
85
85
/**
86
- * { @inheritdoc}
86
+ * @inheritdoc
87
87
*/
88
88
public function processAuthenticationFailure ($ customerId )
89
89
{
@@ -120,7 +120,7 @@ public function processAuthenticationFailure($customerId)
120
120
}
121
121
122
122
/**
123
- * { @inheritdoc}
123
+ * @inheritdoc
124
124
*/
125
125
public function unlock ($ customerId )
126
126
{
@@ -152,7 +152,7 @@ protected function getMaxFailures()
152
152
}
153
153
154
154
/**
155
- * { @inheritdoc}
155
+ * @inheritdoc
156
156
*/
157
157
public function isLocked ($ customerId )
158
158
{
@@ -161,7 +161,7 @@ public function isLocked($customerId)
161
161
}
162
162
163
163
/**
164
- * { @inheritdoc}
164
+ * @inheritdoc
165
165
*/
166
166
public function authenticate ($ customerId , $ password )
167
167
{
You can’t perform that action at this time.
0 commit comments