Fixed constance letter casing

This commit is contained in:
Alex Bilbie 2012-08-20 14:19:33 +01:00
parent 519d20f0a5
commit ed3238b862

View File

@ -13,7 +13,7 @@ class Server
* The access token. * The access token.
* @access private * @access private
*/ */
private $_accessToken = NULL; private $_accessToken = null;
/** /**
* The scopes the access token has access to. * The scopes the access token has access to.
@ -25,13 +25,13 @@ class Server
* The type of owner of the access token. * The type of owner of the access token.
* @access private * @access private
*/ */
private $_type = NULL; private $_type = null;
/** /**
* The ID of the owner of the access token. * The ID of the owner of the access token.
* @access private * @access private
*/ */
private $_typeId = NULL; private $_typeId = null;
/** /**
* Server configuration * Server configuration