From 88b19ad2d0972beb320cbb0f04d7163fee5e4944 Mon Sep 17 00:00:00 2001 From: ismail BASKIN Date: Wed, 4 May 2016 00:54:36 +0300 Subject: [PATCH] Correct wrong phpdoc --- src/AuthorizationServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AuthorizationServer.php b/src/AuthorizationServer.php index 6eb7b5d6..6b7a972b 100644 --- a/src/AuthorizationServer.php +++ b/src/AuthorizationServer.php @@ -156,7 +156,7 @@ class AuthorizationServer implements EmitterAwareInterface * @param \League\OAuth2\Server\RequestTypes\AuthorizationRequest $authRequest * @param \Psr\Http\Message\ResponseInterface $response * - * @return \League\OAuth2\Server\ResponseTypes\ResponseTypeInterface + * @return \Psr\Http\Message\ResponseInterface */ public function completeAuthorizationRequest(AuthorizationRequest $authRequest, ResponseInterface $response) {