@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | */ |
33 | 33 | public function getId() |
34 | 34 | { |
35 | - return $this->getValueByKey($this->response,'account_id'); |
|
35 | + return $this->getValueByKey($this->response, 'account_id'); |
|
36 | 36 | } |
37 | 37 | |
38 | 38 | /** |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | */ |
43 | 43 | public function getName() |
44 | 44 | { |
45 | - return $this->getValueByKey($this->response,'name.display_name'); |
|
45 | + return $this->getValueByKey($this->response, 'name.display_name'); |
|
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |