Fix style issue

This commit is contained in:
Andrew Millington
2018-05-23 16:36:43 +01:00
parent 61156ef8c7
commit aac64e49cf

View File

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