Fix docblock alignment

This commit is contained in:
sephster
2018-11-13 12:34:16 +00:00
parent f6c1070ccc
commit 7982275757

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