From: Matthias Schmidt Date: Sat, 28 Dec 2019 16:18:07 +0000 (+0100) Subject: Fix documentation issues X-Git-Tag: 5.2.0~5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0d2d431a89728b234d1c20a0f7bc731cb6e43a0c;p=GitHub%2FWoltLab%2FWCF.git Fix documentation issues --- 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;