Added docbloc to UniqueTokenIdentifierConstraintViolationException

This commit is contained in:
Jason Adams 2018-08-18 16:57:31 -07:00 committed by GitHub
parent 8184f771d4
commit 6949a007e5
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';