Completed
Push — master ( 40ffb0...19db0b )
by Mathieu
03:05
created
src/Charcoal/Admin/Template/LogoutTemplate.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     }
30 30
 
31 31
     /**
32
-     * @param UserInterface $user
32
+     * @param \Charcoal\User\UserInterface $user
33 33
      * @return LogoutTemplate Chainable
34 34
      */
35 35
     private function deleteUserAuthTokens($user)
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     public function __construct($data)
21 21
     {
22 22
         $user = User::getAuthenticated();
23
-        if($user) {
23
+        if ($user) {
24 24
             $user->logout();
25 25
             $this->deleteUserAuthTokens($user);
26 26
         }
Please login to merge, or discard this patch.