diff --git a/src/Oauth2/Resource/Server.php b/src/Oauth2/Resource/Server.php index bd6a8984..89c2e0c6 100644 --- a/src/Oauth2/Resource/Server.php +++ b/src/Oauth2/Resource/Server.php @@ -13,7 +13,7 @@ class Server * The access token. * @access private */ - private $_accessToken = NULL; + private $_accessToken = null; /** * The scopes the access token has access to. @@ -25,13 +25,13 @@ class Server * The type of owner of the access token. * @access private */ - private $_type = NULL; + private $_type = null; /** * The ID of the owner of the access token. * @access private */ - private $_typeId = NULL; + private $_typeId = null; /** * Server configuration