summaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/user/user.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/user/user.php b/lib/private/user/user.php
index e0598813642..8aba7188e24 100644
--- a/lib/private/user/user.php
+++ b/lib/private/user/user.php
@@ -125,8 +125,6 @@ class User {
/**
* updates the timestamp of the most recent login of this user
- *
- * @return null
*/
public function updateLastLoginTimestamp() {
$this->lastLogin = time();