Changed function comment to reflect we are setting the public, instead of private key

This commit is contained in:
Andrew Millington 2017-10-13 23:02:29 +01:00
parent 5b223a9501
commit e7ee483d11

View File

@ -41,7 +41,7 @@ class BearerTokenValidator implements AuthorizationValidatorInterface
} }
/** /**
* Set the private key * Set the public key
* *
* @param \League\OAuth2\Server\CryptKey $key * @param \League\OAuth2\Server\CryptKey $key
*/ */