From bb4684887a11132837654deb08e307c47bd133b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Thu, 2 Aug 2018 11:09:14 +0200 Subject: [PATCH] Deprecate the LikeUserRebuildDataWorker class See #2508 --- .../files/lib/system/worker/LikeUserRebuildDataWorker.class.php | 1 + 1 file changed, 1 insertion(+) 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() */ -- 2.20.1