From 17dfc897b466a5a3674c5a52d9f2694e1f82ebf8 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 7 Nov 2014 01:30:54 +0000 Subject: [PATCH] Docfix --- src/Grant/AbstractGrant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Grant/AbstractGrant.php b/src/Grant/AbstractGrant.php index 52636173..0ac0cdf5 100644 --- a/src/Grant/AbstractGrant.php +++ b/src/Grant/AbstractGrant.php @@ -41,7 +41,7 @@ abstract class AbstractGrant implements GrantTypeInterface /** * AuthServer instance - * @var AuthServer + * @var \League\OAuth2\Server\AuthorizationServer */ protected $server;