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(
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 {
You can’t perform that action at this time.
0 commit comments