Add @since to ParserOptions::newFromAnon
authorGergő Tisza <tgr.huwiki@gmail.com>
Wed, 10 Feb 2016 01:56:46 +0000 (17:56 -0800)
committerBryanDavis <bdavis@wikimedia.org>
Wed, 10 Feb 2016 06:36:53 +0000 (06:36 +0000)
Change-Id: I0e70904fb908fa9ed5c3c6fc30df9d02c742e29e

includes/parser/ParserOptions.php

index 0e8d76d..49c6ce9 100644 (file)
@@ -601,6 +601,7 @@ class ParserOptions {
 
        /**
         * Get a ParserOptions object for an anonymous user
+        * @since 1.27
         * @return ParserOptions
         */
        public static function newFromAnon() {