From cf0ba4457349d367e9a0958b62ffc0953f41b994 Mon Sep 17 00:00:00 2001 From: Adam Roses Wight Date: Mon, 30 Nov 2015 15:25:21 -0800 Subject: [PATCH] Fix incorrect annotation Change-Id: Ia240bda6f8bcee52814e200c6118ed5713ca0ea7 --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 58936e0678..c709d00e18 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1211,7 +1211,7 @@ class EditPage { * across a recoverable edit conflict, the ID of the newer revision to * which we have rebased this page. * - * @since 1.25 + * @since 1.27 * @return int Revision ID */ public function getParentRevId() { -- 2.20.1