From 28c0f4ff2c00b74db6056de7f19b3365c07186ab Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Mon, 25 Mar 2024 11:08:34 +0100 Subject: [PATCH] Update php doc for deprecation info --- .../files/lib/system/comment/manager/ICommentManager.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/comment/manager/ICommentManager.class.php b/wcfsetup/install/files/lib/system/comment/manager/ICommentManager.class.php index e671411378..7b3771f3a8 100644 --- a/wcfsetup/install/files/lib/system/comment/manager/ICommentManager.class.php +++ b/wcfsetup/install/files/lib/system/comment/manager/ICommentManager.class.php @@ -68,7 +68,7 @@ interface ICommentManager * @param int $objectTypeID * @param int $objectID * @return bool - * @deprecated 6.1 use `canModerateObject` instead + * @deprecated 6.1 use `ICommentPermissionManager::canModerateObject()` instead */ public function canModerate($objectTypeID, $objectID); -- 2.20.1