From 02a930a97ae4bc852dc80963901868e633a4fad6 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 18 May 2020 22:52:45 +0200 Subject: [PATCH] Fixed wrong documentation --- ...ientCommentResponseOwnerUserNotificationObjectType.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentResponseOwnerUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentResponseOwnerUserNotificationObjectType.class.php index 31650b6452..b3b92be48d 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentResponseOwnerUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentResponseOwnerUserNotificationObjectType.class.php @@ -17,7 +17,7 @@ use wcf\data\comment\Comment; */ interface IMultiRecipientCommentResponseOwnerUserNotificationObjectType { /** - * Returns the user ids of the comment owner. + * Returns the user id of the comment owner. * * @param Comment $comment * @return integer -- 2.20.1