Fix doc for Revision::newFromPageId
Change-Id: Ice5b7f42facd30f856f06c1bc1f4408d61a4121d
This commit is contained in:
parent
2b4ac9e6f1
commit
92c4dffd55
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue