summaryrefslogtreecommitdiffstats
path: root/lib/private/user
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-05-26 13:56:08 +0200
committerArthur Schiwon <blizzz@owncloud.com>2014-05-26 13:56:08 +0200
commit4a4ea67a31cda773dc84fb1fd617bfc27f77d5b8 (patch)
tree822182659584ae0a76309537fff238fd11ff645f /lib/private/user
parent748a2192434918324a4cd42b855fb77d8769680a (diff)
downloadnextcloud-server-4a4ea67a31cda773dc84fb1fd617bfc27f77d5b8.tar.gz
nextcloud-server-4a4ea67a31cda773dc84fb1fd617bfc27f77d5b8.zip
drop superflous statement in phpdoc
Diffstat (limited to 'lib/private/user')
-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();