From f44b618531fc53b11fa2167ca2b08880188af390 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 17 Jan 2016 12:57:50 +0000 Subject: [PATCH] Docblock tidy --- src/Exception/OAuthServerException.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Exception/OAuthServerException.php b/src/Exception/OAuthServerException.php index 982c8f73..f5630c63 100644 --- a/src/Exception/OAuthServerException.php +++ b/src/Exception/OAuthServerException.php @@ -202,7 +202,9 @@ class OAuthServerException extends \Exception /** * Generate a HTTP response * - * @return ResponseInterface + * @param \Psr\Http\Message\ResponseInterface $response + * + * @return \Psr\Http\Message\ResponseInterface */ public function generateHttpResponse(ResponseInterface $response = null) {