Fix docblock alignment

This commit is contained in:
sephster 2018-11-13 12:34:16 +00:00
parent f6c1070ccc
commit 7982275757
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -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
*/