From 92c4dffd55ba7e24801c53f8d88f910f84561176 Mon Sep 17 00:00:00 2001 From: Marius Hoch Date: Mon, 5 May 2014 21:45:53 +0200 Subject: [PATCH] Fix doc for Revision::newFromPageId Change-Id: Ice5b7f42facd30f856f06c1bc1f4408d61a4121d --- includes/Revision.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Revision.php b/includes/Revision.php index 5a83d38037..b0423fb323 100644 --- a/includes/Revision.php +++ b/includes/Revision.php @@ -134,8 +134,8 @@ class Revision implements IDBAccessObject { * Revision::READ_LATEST : Select the data from the master (since 1.20) * Revision::READ_LOCKING : Select & lock the data from the master * - * @param int $revId - * @param int $pageId (optional) + * @param int $pageId + * @param int $revId (optional) * @param int $flags Bitfield (optional) * @return Revision|null */ -- 2.20.1