From 7982275757956f508ac2b21dbab5c9bc4afec9f9 Mon Sep 17 00:00:00 2001 From: sephster Date: Tue, 13 Nov 2018 12:34:16 +0000 Subject: [PATCH] Fix docblock alignment --- src/Exception/OAuthServerException.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Exception/OAuthServerException.php b/src/Exception/OAuthServerException.php index 67de1293..ed5f9c78 100644 --- a/src/Exception/OAuthServerException.php +++ b/src/Exception/OAuthServerException.php @@ -105,7 +105,7 @@ class OAuthServerException extends Exception * * @param string $parameter The invalid parameter * @param null|string $hint - * @param Throwable $previous Previous exception + * @param Throwable $previous Previous exception * * @return static */ @@ -204,7 +204,7 @@ class OAuthServerException extends Exception * * @param null|string $hint * @param null|string $redirectUri - * @param Throwable $previous + * @param Throwable $previous * * @return static */