@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | public function login(string $name): string |
29 | 29 | { |
30 | - if (array_key_exists($name, $this->users)){ |
|
30 | + if (array_key_exists($name, $this->users)) { |
|
31 | 31 | if (!$this->authenticated) { |
32 | 32 | $this->authenticated = true; |
33 | 33 |