Skip to content
Snippets Groups Projects
Commit 4a4ea67a authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

drop superflous statement in phpdoc

parent 748a2192
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment