Fix doc for Revision::newFromPageId
authorMarius Hoch <hoo@online.de>
Mon, 5 May 2014 19:45:53 +0000 (21:45 +0200)
committerMarius Hoch <hoo@online.de>
Mon, 5 May 2014 19:45:53 +0000 (21:45 +0200)
Change-Id: Ice5b7f42facd30f856f06c1bc1f4408d61a4121d

includes/Revision.php

index 5a83d38..b0423fb 100644 (file)
@@ -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
         */