Fix class descriptions
authorJoshua Rüsweg <josh@bastelstu.be>
Wed, 29 Aug 2018 13:33:24 +0000 (15:33 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Wed, 29 Aug 2018 13:33:24 +0000 (15:33 +0200)
See #2642

wcfsetup/install/files/lib/system/user/notification/event/ArticleUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/ArticleUserNotificationObjectType.class.php

index fc294e6bc5c048d1fc5af88bba25a60f8bb22ca2..3fa3ac567f957485b51e6f0d1810419c830c5085 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\user\UserProfile;
 use wcf\system\user\notification\object\ArticleUserNotificationObject;
 
 /**
- * Notification event for receiving a user trophy.
+ * Notification event for new articles.
  *
  * @author     Joshua Ruesweg
  * @copyright  2001-2018 WoltLab GmbH
index 764d6bab3b153be972890adcb462f4167cf2b41a..58cc9260ef9b84e618c2494c86260a61fdf9a174 100644 (file)
@@ -5,7 +5,7 @@ use wcf\data\article\ArticleList;
 use wcf\system\user\notification\object\ArticleUserNotificationObject;
 
 /**
- * Represents a gallery image as a notification object type.
+ * Represents a article as a notification object type.
  *
  * @author     Joshua Ruesweg
  * @copyright  2001-2018 WoltLab GmbH