From 0d2d431a89728b234d1c20a0f7bc731cb6e43a0c Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 28 Dec 2019 17:18:07 +0100 Subject: [PATCH] Fix documentation issues --- ...ArticleCommentResponseOwnerUserNotificationEvent.class.php | 4 ++-- .../ArticleCommentResponseUserNotificationEvent.class.php | 4 ++-- .../PageCommentResponseOwnerUserNotificationEvent.class.php | 4 ++-- .../event/PageCommentResponseUserNotificationEvent.class.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseOwnerUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseOwnerUserNotificationEvent.class.php index f84edaed3d..4c46b5b508 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseOwnerUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseOwnerUserNotificationEvent.class.php @@ -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; diff --git a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseUserNotificationEvent.class.php index 7ca22684fb..a755f29d8d 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseUserNotificationEvent.class.php @@ -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; diff --git a/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseOwnerUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseOwnerUserNotificationEvent.class.php index cfeacf8ef8..2a3b7318ee 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseOwnerUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseOwnerUserNotificationEvent.class.php @@ -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; diff --git a/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseUserNotificationEvent.class.php index 3921d76b8f..c7e817ca3c 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseUserNotificationEvent.class.php @@ -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; -- 2.20.1