From: James D. Forrester Date: Sun, 7 Apr 2019 00:28:43 +0000 (-0700) Subject: Follow-up 8e1342ed47: Add @since for Title::NEW_CLONE X-Git-Tag: 1.34.0-rc.0~2116^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=696367b83abeaf9f615438cf6ea0ae250cda7e0c;p=lhc%2Fweb%2Fwiklou.git Follow-up 8e1342ed47: Add @since for Title::NEW_CLONE Change-Id: I6ad81dad179b2f2f009c8dc43f51eb0083c066f3 --- 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';