Completed
Push — master ( 995cbb...c18ab0 )
by Korotkov
08:09 queued 01:09
created
src/UserService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.