From 696367b83abeaf9f615438cf6ea0ae250cda7e0c Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Sat, 6 Apr 2019 17:28:43 -0700 Subject: [PATCH] Follow-up 8e1342ed47: Add @since for Title::NEW_CLONE Change-Id: I6ad81dad179b2f2f009c8dc43f51eb0083c066f3 --- includes/Title.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/Title.php b/includes/Title.php index 3d54750cea..e4f18faf9d 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -58,6 +58,8 @@ class Title implements LinkTarget, IDBAccessObject { * Flag for use with factory methods like newFromLinkTarget() that have * a $forceClone parameter. If set, the method must return a new instance. * Without this flag, some factory methods may return existing instances. + * + * @since 1.33 */ const NEW_CLONE = 'clone'; -- 2.20.1