@@ -295,7 +295,7 @@ discard block |
||
295 | 295 | */ |
296 | 296 | public function getAccount() |
297 | 297 | { |
298 | - if (is_null($this->account)||empty($this->account)) { |
|
298 | + if (is_null($this->account) || empty($this->account)) { |
|
299 | 299 | (new exception\errorException) |
300 | 300 | ->setOptions($this->getOptions()) |
301 | 301 | ->error('UNAUTHORIZED'); |
@@ -400,7 +400,7 @@ discard block |
||
400 | 400 | |
401 | 401 | if (is_numeric($timeframe)) { |
402 | 402 | if ($timeframe < 0) { |
403 | - $timeframe = ($timeframe*-1); |
|
403 | + $timeframe = ($timeframe * -1); |
|
404 | 404 | } |
405 | 405 | self::$timeframe['CUSTOM'] = $timeframe; |
406 | 406 | $this->window = intval(self::$timeframe['CUSTOM']); |