Fix documentation issues
authorMatthias Schmidt <gravatronics@live.com>
Sat, 28 Dec 2019 16:18:07 +0000 (17:18 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 28 Dec 2019 16:18:07 +0000 (17:18 +0100)
wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseOwnerUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseOwnerUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseUserNotificationEvent.class.php

index f84edaed3df11c3997c56a79eefb009b73956bb9..4c46b5b508dd869125551aac5e387d2afa539db3 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\cache\runtime\UserProfileRuntimeCache;
 use wcf\system\cache\runtime\ViewableArticleContentRuntimeCache;
 use wcf\system\comment\CommentHandler;
 use wcf\system\email\Email;
-use wcf\system\user\notification\object\CommentUserNotificationObject;
+use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
 
 /**
  * User notification event for article comment responses.
@@ -18,7 +18,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject;
  * @package    WoltLabSuite\Core\System\User\Notification\Event
  * @since       5.2
  *
- * @method     CommentUserNotificationObject   getUserNotificationObject()
+ * @method     CommentResponseUserNotificationObject   getUserNotificationObject()
  */
 class ArticleCommentResponseOwnerUserNotificationEvent extends AbstractSharedUserNotificationEvent implements ITestableUserNotificationEvent {
        use TTestableCommentResponseUserNotificationEvent;
index 7ca22684fb33975acb11ea2b1c8fde442cc4a898..a755f29d8d54df349525598dc0f6394164591c4d 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\cache\runtime\CommentRuntimeCache;
 use wcf\system\cache\runtime\ViewableArticleContentRuntimeCache;
 use wcf\system\comment\CommentHandler;
 use wcf\system\email\Email;
-use wcf\system\user\notification\object\CommentUserNotificationObject;
+use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
 
 /**
  * User notification event for article comment responses.
@@ -17,7 +17,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject;
  * @package    WoltLabSuite\Core\System\User\Notification\Event
  * @since       5.2
  * 
- * @method     CommentUserNotificationObject   getUserNotificationObject()
+ * @method     CommentResponseUserNotificationObject   getUserNotificationObject()
  */
 class ArticleCommentResponseUserNotificationEvent extends AbstractSharedUserNotificationEvent implements ITestableUserNotificationEvent {
        use TTestableCommentResponseUserNotificationEvent;
index cfeacf8ef843cc439877fbabfcba84eccf881037..2a3b7318eeef87180d961ea8caa294514f4e95e4 100644 (file)
@@ -5,7 +5,7 @@ use wcf\data\user\UserProfile;
 use wcf\system\cache\runtime\CommentRuntimeCache;
 use wcf\system\comment\CommentHandler;
 use wcf\system\email\Email;
-use wcf\system\user\notification\object\CommentUserNotificationObject;
+use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
 
 /**
  * User notification event for page comments.
@@ -16,7 +16,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject;
  * @package    WoltLabSuite\Core\System\User\Notification\Event
  * @since       5.2
  *
- * @method     CommentUserNotificationObject   getUserNotificationObject()
+ * @method     CommentResponseUserNotificationObject   getUserNotificationObject()
  */
 class PageCommentResponseOwnerUserNotificationEvent extends AbstractSharedUserNotificationEvent implements ITestableUserNotificationEvent {
        use TTestableCommentResponseUserNotificationEvent;
index 3921d76b8f08c7d0a694290c2e2b5cd5f1c7c977..c7e817ca3cfe8a86bf803fb43e0f4ba6257e9501 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\cache\runtime\CommentRuntimeCache;
 use wcf\system\cache\runtime\UserProfileRuntimeCache;
 use wcf\system\comment\CommentHandler;
 use wcf\system\email\Email;
-use wcf\system\user\notification\object\CommentUserNotificationObject;
+use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
 
 /**
  * User notification event for page comments.
@@ -17,7 +17,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject;
  * @package    WoltLabSuite\Core\System\User\Notification\Event
  * @since       5.2
  * 
- * @method     CommentUserNotificationObject   getUserNotificationObject()
+ * @method     CommentResponseUserNotificationObject   getUserNotificationObject()
  */
 class PageCommentResponseUserNotificationEvent extends AbstractSharedUserNotificationEvent implements ITestableUserNotificationEvent {
        use TTestableCommentResponseUserNotificationEvent;