Completed
Push — master ( a52d30...b030ea )
by Korotkov
03:48
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
             return sprintf("%s is authenticated \n", $name);
47 47
         }
48 48
 
Please login to merge, or discard this patch.