From ed3238b862b16e5d3b83a236581cd651530ccdd9 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 20 Aug 2012 14:19:33 +0100 Subject: [PATCH] Fixed constance letter casing --- src/Oauth2/Resource/Server.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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