From 1ca43f9b4940b8bc22d244c56808cc81a31239cf Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 27 Apr 2023 17:03:43 +0200 Subject: [PATCH] Add missing PHPDoc --- .../event/AbstractCommentUserNotificationEvent.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/lib/system/user/notification/event/AbstractCommentUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/AbstractCommentUserNotificationEvent.class.php index ab525ade7b..5eb5360a5c 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/AbstractCommentUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/AbstractCommentUserNotificationEvent.class.php @@ -9,6 +9,8 @@ namespace wcf\system\user\notification\event; * @copyright 2001-2023 WoltLab GmbH * @license GNU Lesser General Public License * @since 6.0 + * + * @method CommentUserNotificationObject getUserNotificationObject() */ abstract class AbstractCommentUserNotificationEvent extends AbstractSharedUserNotificationEvent { -- 2.20.1