Completed
Push — master ( 9ec765...fa63eb )
by Korotkov
08:46 queued 07:32
created
src/UserService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.