drop superflous statement in phpdoc

remotes/origin/ldap_group_count
Arthur Schiwon 11 years ago
parent 748a219243
commit 4a4ea67a31
  1. 2
      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();

Loading…
Cancel
Save