From: Cyperghost Date: Mon, 25 Mar 2024 10:08:34 +0000 (+0100) Subject: Update php doc for deprecation info X-Git-Tag: 6.1.0_Alpha_1~142^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=28c0f4ff2c00b74db6056de7f19b3365c07186ab;p=GitHub%2FWoltLab%2FWCF.git Update php doc for deprecation info --- 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);