@@ -23,7 +23,7 @@  | 
                                                    ||
| 23 | 23 |  { | 
                                                        
| 24 | 24 | public function __construct(array $account = [])  | 
                                                        
| 25 | 25 |      { | 
                                                        
| 26 | -        if(count($account)) { | 
                                                        |
| 26 | +        if (count($account)) { | 
                                                        |
| 27 | 27 |              foreach ($account as $key => $value) { | 
                                                        
| 28 | 28 | if (strpos($key, 'record') === false &&  | 
                                                        
| 29 | 29 |                      ! in_array($key, ['password', 'pin', 'token', 'sso'])) { |