@@ -272,7 +272,7 @@ |
||
272 | 272 | */ |
273 | 273 | public function getAccount() |
274 | 274 | { |
275 | - if (is_null($this->account)||empty($this->account)) { |
|
275 | + if (is_null($this->account) || empty($this->account)) { |
|
276 | 276 | (new exception\errorException) |
277 | 277 | ->setOptions($this->getOptions()) |
278 | 278 | ->error('UNAUTHORIZED'); |