From 2481b99e1aaa86eef478e2423188061ea0a6753f Mon Sep 17 00:00:00 2001 From: Dima Aseev Date: Tue, 21 May 2019 19:21:04 +0300 Subject: [PATCH] PS-9128: Fixed comments from AA review. --- .../Plugin/AccessTokenAuthenticationHandlerPluginInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Spryker/Client/CustomerExtension/Dependency/Plugin/AccessTokenAuthenticationHandlerPluginInterface.php b/src/Spryker/Client/CustomerExtension/Dependency/Plugin/AccessTokenAuthenticationHandlerPluginInterface.php index 314f6d9..c5857fa 100644 --- a/src/Spryker/Client/CustomerExtension/Dependency/Plugin/AccessTokenAuthenticationHandlerPluginInterface.php +++ b/src/Spryker/Client/CustomerExtension/Dependency/Plugin/AccessTokenAuthenticationHandlerPluginInterface.php @@ -21,5 +21,5 @@ interface AccessTokenAuthenticationHandlerPluginInterface * * @return \Generated\Shared\Transfer\CustomerResponseTransfer */ - public function getCustomerByToken(string $accessToken): CustomerResponseTransfer; + public function getCustomerByAccessToken(string $accessToken): CustomerResponseTransfer; }