drop superflous statement in phpdoc
This commit is contained in:
parent
748a219243
commit
4a4ea67a31
1 changed files with 0 additions and 2 deletions
|
@ -125,8 +125,6 @@ class User {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* updates the timestamp of the most recent login of this user
|
* updates the timestamp of the most recent login of this user
|
||||||
*
|
|
||||||
* @return null
|
|
||||||
*/
|
*/
|
||||||
public function updateLastLoginTimestamp() {
|
public function updateLastLoginTimestamp() {
|
||||||
$this->lastLogin = time();
|
$this->lastLogin = time();
|
||||||
|
|
Loading…
Reference in a new issue