Merge pull request #932 from JasonTheAdams/patch-1

Added docbloc to UniqueTokenIdentifierConstraintViolationException
This commit is contained in:
Andrew Millington 2018-08-19 11:39:03 +01:00 committed by GitHub
commit 27b956c149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ namespace League\OAuth2\Server\Exception;
class UniqueTokenIdentifierConstraintViolationException extends OAuthServerException
{
/**
* @return UniqueTokenIdentifierConstraintViolationException
*/
public static function create()
{
$errorMessage = 'Could not create unique access token identifier';