Follow-up 8e1342ed47: Add @since for Title::NEW_CLONE
authorJames D. Forrester <jforrester@wikimedia.org>
Sun, 7 Apr 2019 00:28:43 +0000 (17:28 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Sun, 7 Apr 2019 00:28:43 +0000 (17:28 -0700)
Change-Id: I6ad81dad179b2f2f009c8dc43f51eb0083c066f3

includes/Title.php

index 3d54750..e4f18fa 100644 (file)
@@ -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';