From e1cd3142ba528b2ca178c34bd229330adf976fc4 Mon Sep 17 00:00:00 2001 From: addshore Date: Fri, 4 Nov 2016 11:11:52 +0100 Subject: [PATCH] Add missing @since tags to EditPage protected methods Follows I31f585e5c4fcf724d9aaf670a21f4f0af42e98ce Change-Id: I6118b8a9a03a20be72a69d429ef75e417dc4cf7d --- includes/EditPage.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/includes/EditPage.php b/includes/EditPage.php index 0f27e78987..7dd68e4448 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -4401,6 +4401,9 @@ HTML return strtr( $result, [ "�" => "&#x" ] ); } + /** + * @since 1.29 + */ protected function addEditNotices() { global $wgOut; @@ -4419,6 +4422,9 @@ HTML } } + /** + * @since 1.29 + */ protected function addTalkPageText() { global $wgOut; -- 2.20.1