Skip to content

Commit

Permalink
Fix docblock alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Nov 13, 2018
1 parent f6c1070 commit 7982275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exception/OAuthServerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 7982275

Please sign in to comment.