diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-05-26 13:56:08 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-05-26 13:56:08 +0200 |
commit | 4a4ea67a31cda773dc84fb1fd617bfc27f77d5b8 (patch) | |
tree | 822182659584ae0a76309537fff238fd11ff645f /lib/private/user | |
parent | 748a2192434918324a4cd42b855fb77d8769680a (diff) | |
download | nextcloud-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.php | 2 |
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(); |