diff --git a/src/Exception/OAuthServerException.php b/src/Exception/OAuthServerException.php
index 67de12935..ed5f9c78c 100644
--- a/src/Exception/OAuthServerException.php
+++ b/src/Exception/OAuthServerException.php
@@ -105,7 +105,7 @@ public static function unsupportedGrantType()
      *
      * @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 @@ public static function invalidRefreshToken($hint = null, Throwable $previous = n
      *
      * @param null|string $hint
      * @param null|string $redirectUri
-     * @param Throwable  $previous
+     * @param Throwable   $previous
      *
      * @return static
      */