From 748ae15376eaa405861549f3fc051ea37f75bcad Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 15 Jan 2016 18:36:34 +0000 Subject: [PATCH] Updated docblock --- src/Server.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Server.php b/src/Server.php index cd7e6e46..1f3ffd2f 100644 --- a/src/Server.php +++ b/src/Server.php @@ -122,8 +122,8 @@ class Server implements EmitterAwareInterface /** * Return an access token response * - * @param \Psr\Http\Message\ServerRequestInterface $request - * @param \Psr\Http\Message\ResponseInterface $response + * @param \Psr\Http\Message\ServerRequestInterface|null $request + * @param \Psr\Http\Message\ResponseInterface|null $response * * @return \Psr\Http\Message\ResponseInterface * @throws \League\OAuth2\Server\Exception\OAuthServerException