From: Joshua Rüsweg Date: Sun, 23 Jun 2019 12:32:34 +0000 (+0200) Subject: Fix property documentation X-Git-Tag: 5.2.0_Alpha_1~19^2^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=95dbd0542cbb7a48b12dfcefb9c752578ebe2121;p=GitHub%2FWoltLab%2FWCF.git Fix property documentation --- diff --git a/wcfsetup/install/files/lib/data/user/User.class.php b/wcfsetup/install/files/lib/data/user/User.class.php index 97c6c5dadf..f534b32b8e 100644 --- a/wcfsetup/install/files/lib/data/user/User.class.php +++ b/wcfsetup/install/files/lib/data/user/User.class.php @@ -62,7 +62,7 @@ use wcf\util\PasswordUtil; * @property-read integer $activityPoints total number of the user's activity points * @property-read string $notificationMailToken token used for authenticating requests by the user to disable notification emails * @property-read string $authData data of the third party used for authentication - * @property-read integer $likesReceived cumulative result of likes (counting +1) and dislikes (counting -1) the user's contents have received + * @property-read integer $likesReceived cumulative result of likes (counting +1) the user's contents have received */ final class User extends DatabaseObject implements IRouteController, IUserContent { /**