@@ -63,7 +63,7 @@ |
||
| 63 | 63 | public function getAccessToken() |
| 64 | 64 | { |
| 65 | 65 | $currentTime = time(); |
| 66 | - if($this->expireTimestamp < $currentTime){ |
|
| 66 | + if ($this->expireTimestamp < $currentTime) { |
|
| 67 | 67 | $startTime = time(); |
| 68 | 68 | $this->requestAccessToken(); |
| 69 | 69 | $endTime = time(); |