]> source.dussan.org Git - nextcloud-server.git/commitdiff
drop superflous statement in phpdoc
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 26 May 2014 11:56:08 +0000 (13:56 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 26 May 2014 11:56:08 +0000 (13:56 +0200)
lib/private/user/user.php

index e059881364218171f42f19df1bb4c16a2a561dab..8aba7188e24feaed711b1710d6765afa91c28206 100644 (file)
@@ -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();