From 68c9fbd83c2fa85f37ef98fcfe30d1c23edaf228 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Fri, 25 May 2018 09:53:59 +0100 Subject: [PATCH] Add a summary for hasRedirect function --- src/Exception/OAuthServerException.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Exception/OAuthServerException.php b/src/Exception/OAuthServerException.php index 4bf3cb33..2c7bc28b 100644 --- a/src/Exception/OAuthServerException.php +++ b/src/Exception/OAuthServerException.php @@ -304,6 +304,8 @@ class OAuthServerException extends \Exception } /** + * Check if the exception has an associated redirect URI. + * * Returns whether the exception includes a redirect, since * getHttpStatusCode() doesn't return a 302 when there's a * redirect enabled. This helps when you want to override local