Fix doc for Revision::newFromPageId

Change-Id: Ice5b7f42facd30f856f06c1bc1f4408d61a4121d
This commit is contained in:
Marius Hoch 2014-05-05 21:45:53 +02:00
parent 2b4ac9e6f1
commit 92c4dffd55

View 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
*/