From 4a4ea67a31cda773dc84fb1fd617bfc27f77d5b8 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 26 May 2014 13:56:08 +0200 Subject: [PATCH] drop superflous statement in phpdoc --- lib/private/user/user.php | 2 -- 1 file changed, 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(); -- 2.39.5