Skip to content

Commit

Permalink
PS-9128: Fixed comments from AA review.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed May 21, 2019
1 parent 946e9da commit 2481b99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ interface AccessTokenAuthenticationHandlerPluginInterface
*
* @return \Generated\Shared\Transfer\CustomerResponseTransfer
*/
public function getCustomerByToken(string $accessToken): CustomerResponseTransfer;
public function getCustomerByAccessToken(string $accessToken): CustomerResponseTransfer;
}

0 comments on commit 2481b99

Please sign in to comment.