Fix property documentation
authorJoshua Rüsweg <ruesweg@woltlab.com>
Sun, 23 Jun 2019 12:32:34 +0000 (14:32 +0200)
committerJoshua Rüsweg <ruesweg@woltlab.com>
Sun, 23 Jun 2019 12:35:48 +0000 (14:35 +0200)
wcfsetup/install/files/lib/data/user/User.class.php

index 97c6c5dadfd95ae35b9c1434c0f71c125370f182..f534b32b8e38e26752e7f5a2461a311ce51bcec1 100644 (file)
@@ -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 {
        /**