Skip to content

Commit a40eb48

Browse files
authored
ENGCOM-3355: [Forwardport] Fix Authenticating a customer via REST API does not update the last logged in data #18973
- Fixed docblocks
1 parent 80da4ea commit a40eb48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Integration/Model/CustomerTokenService.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
use Magento\Framework\Exception\AuthenticationException;
1717
use Magento\Framework\Event\ManagerInterface;
1818

19+
/**
20+
* @inheritdoc
21+
*/
1922
class CustomerTokenService implements \Magento\Integration\Api\CustomerTokenServiceInterface
2023
{
2124
/**
@@ -79,7 +82,7 @@ public function __construct(
7982
}
8083

8184
/**
82-
* {@inheritdoc}
85+
* @inheritdoc
8386
*/
8487
public function createCustomerAccessToken($username, $password)
8588
{

0 commit comments

Comments
 (0)