diff --git a/src/oauth2server/Server.php b/src/oauth2server/Server.php index 6d63a252..42604010 100644 --- a/src/oauth2server/Server.php +++ b/src/oauth2server/Server.php @@ -10,7 +10,7 @@ class OAuthServerException extends Exception {} class Server { - private $db = NULL; + private $db = null; private $config = array( 'response_types' => array( @@ -43,7 +43,7 @@ class Server $this->db = $db; } - public function checkAuthoriseParams(array $authParams = NULL) + public function checkAuthoriseParams(array $authParams = null) { $params = array();