@@ -403,9 +403,9 @@ |
||
403 | 403 | * Getter: User Access Token |
404 | 404 | * @return string |
405 | 405 | */ |
406 | - public function getAccessToken() { |
|
407 | - return isset($this->access_token) ? $this->access_token : null; |
|
408 | - } |
|
406 | + public function getAccessToken() { |
|
407 | + return isset($this->access_token) ? $this->access_token : null; |
|
408 | + } |
|
409 | 409 | |
410 | 410 | /* |
411 | 411 | * Get a string containing the version of the library. |