From: Joshua Rüsweg Date: Thu, 2 Aug 2018 09:09:14 +0000 (+0200) Subject: Deprecate the LikeUserRebuildDataWorker class X-Git-Tag: 5.2.0_Alpha_1~364^2~101^2~34 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bb4684887a11132837654deb08e307c47bd133b4;p=GitHub%2FWoltLab%2FWCF.git Deprecate the LikeUserRebuildDataWorker class See #2508 --- diff --git a/wcfsetup/install/files/lib/system/worker/LikeUserRebuildDataWorker.class.php b/wcfsetup/install/files/lib/system/worker/LikeUserRebuildDataWorker.class.php index 4b1b6a9df6..011d855d18 100644 --- a/wcfsetup/install/files/lib/system/worker/LikeUserRebuildDataWorker.class.php +++ b/wcfsetup/install/files/lib/system/worker/LikeUserRebuildDataWorker.class.php @@ -12,6 +12,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Worker + * @deprecated since 3.2 (the worker has been removed) * * @method LikeObjectList getObjectList() */