Completed
Pull Request — master (#7028)
by Loz
11:15
created
src/Security/MemberAuthenticator/LogoutHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
 
79 79
     /**
80 80
      * @param Member $member
81
-     * @return HTTPResponse
81
+     * @return \SilverStripe\Control\HTTPResponse
82 82
      */
83 83
     public function doLogOut($member)
84 84
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-     * @return HTTPResponse
101
+     * @return \SilverStripe\Control\HTTPResponse
102 102
      */
103 103
     protected function redirectAfterLogout()
104 104
     {
Please login to merge, or discard this patch.