@@ -36,7 +36,7 @@ |
||
| 36 | 36 | { |
| 37 | 37 | $user = $this->getUserEntity($accountId); |
| 38 | 38 | |
| 39 | - if($user === null) { |
|
| 39 | + if ($user === null) { |
|
| 40 | 40 | return null; |
| 41 | 41 | } |
| 42 | 42 | |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | public function getAccountById($accountId) |
| 36 | 36 | { |
| 37 | - if(isset($this->accounts[$accountId]) === false) { |
|
| 37 | + if (isset($this->accounts[$accountId]) === false) { |
|
| 38 | 38 | return null; |
| 39 | 39 | } |
| 40 | 40 | |