From 8ee4dc7eb9550481ef9f0f9ec3a60f39f9d542dc Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 17 Jan 2016 13:56:14 +0000 Subject: [PATCH] Fixed docblock --- src/ResponseTypes/ResponseTypeInterface.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ResponseTypes/ResponseTypeInterface.php b/src/ResponseTypes/ResponseTypeInterface.php index 00c3ed14..6524f049 100644 --- a/src/ResponseTypes/ResponseTypeInterface.php +++ b/src/ResponseTypes/ResponseTypeInterface.php @@ -29,11 +29,12 @@ interface ResponseTypeInterface public function setRefreshToken(RefreshTokenEntityInterface $refreshToken); /** - * Determine the access token in the authorization header + * Determine the access token in the authorization header and append OAUth properties to the request + * as attributes * * @param ServerRequestInterface $request * - * @return string + * @return ServerRequestInterface */ public function determineAccessTokenInHeader(ServerRequestInterface $request);