@@ -42,7 +42,7 @@ |
||
42 | 42 | */ |
43 | 43 | public function login(string $name): string |
44 | 44 | { |
45 | - if (array_key_exists($name, $this->users)){ |
|
45 | + if (array_key_exists($name, $this->users)) { |
|
46 | 46 | if (!$this->authenticated) { |
47 | 47 | $this->authenticated = true; |
48 | 48 |