From 3dfedea9a08d2c8c74617b57c4292421d155d8b0 Mon Sep 17 00:00:00 2001 From: addshore Date: Fri, 4 Aug 2017 16:05:26 +0100 Subject: [PATCH] Add @since tag to TrackingCategories class Change-Id: I30f5004db3d53a87fc7c442675140b7f33fded08 --- includes/TrackingCategories.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/TrackingCategories.php b/includes/TrackingCategories.php index a9ebd762db..b3a49c71dd 100644 --- a/includes/TrackingCategories.php +++ b/includes/TrackingCategories.php @@ -22,6 +22,7 @@ /** * This class performs some operations related to tracking categories, such as creating * a list of all such categories. + * @since 1.29 */ class TrackingCategories { /** @var Config */ -- 2.20.1