Completed
Push — master ( dd449b...08bdaa )
by Korotkov
03:16 queued 01:32
created
src/UserService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     public function login(string $name): string
43 43
     {
44
-        if (array_key_exists($name, $this->getUsers())){
44
+        if (array_key_exists($name, $this->getUsers())) {
45 45
             return sprintf("%s is authenticated \n", $name);
46 46
         }
47 47
 
Please login to merge, or discard this patch.