Fix style issue

This commit is contained in:
Andrew Millington 2018-05-23 16:36:43 +01:00
parent 61156ef8c7
commit aac64e49cf
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -20,7 +20,7 @@ use League\OAuth2\Server\Entities\ScopeEntityInterface;
trait AccessTokenTrait
{
/**
* @var CryptKey $privateKey
* @var CryptKey
*/
private $privateKey;