From cc00c54f6a2561c6bafa51e8f4da53ae4773922b Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 14 Jan 2013 20:18:08 +0100 Subject: Remove uneeded returns --- lib/public/user.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/public/user.php') diff --git a/lib/public/user.php b/lib/public/user.php index 9e50115ab70..e297b716dc2 100644 --- a/lib/public/user.php +++ b/lib/public/user.php @@ -73,12 +73,10 @@ class User { } /** * @brief Loggs the user out including all the session data - * @returns true - * * Logout, destroys session */ public static function logout() { - return \OC_USER::logout(); + \OC_USER::logout(); } /** -- cgit v1.2.3