From 110fbf892c5c7403b4c29cd290118e54b4bd4ff4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerg=C5=91=20Tisza?= Date: Tue, 9 Feb 2016 17:56:46 -0800 Subject: [PATCH] Add @since to ParserOptions::newFromAnon Change-Id: I0e70904fb908fa9ed5c3c6fc30df9d02c742e29e --- includes/parser/ParserOptions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/parser/ParserOptions.php b/includes/parser/ParserOptions.php index 0e8d76d3d8..49c6ce94e2 100644 --- a/includes/parser/ParserOptions.php +++ b/includes/parser/ParserOptions.php @@ -601,6 +601,7 @@ class ParserOptions { /** * Get a ParserOptions object for an anonymous user + * @since 1.27 * @return ParserOptions */ public static function newFromAnon() { -- 2.20.1