X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FRevision.php;h=a6148c7abf7b493938ba79748413c3380fbbbd0f;hb=f45e512f92ab0f5dcd40e52e6b1cfb94311ef514;hp=bcd3fd8d4f92fcdd55fa54c1e3299b5ab951c154;hpb=806dcb725770a585f4b09f0a24ba2178a74561b5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Revision.php b/includes/Revision.php index bcd3fd8d4f..a6148c7abf 100644 --- a/includes/Revision.php +++ b/includes/Revision.php @@ -952,7 +952,7 @@ class Revision implements IDBAccessObject { } /** - * @param int $field one of DELETED_* bitfield constants + * @param int $field One of DELETED_* bitfield constants * * @return bool */ @@ -1569,7 +1569,7 @@ class Revision implements IDBAccessObject { * operations and other such meta-modifications. * * @param DatabaseBase $dbw - * @param int $pageId: ID number of the page to read from + * @param int $pageId ID number of the page to read from * @param string $summary Revision's summary * @param bool $minor Whether the revision should be considered as minor * @param User|null $user User object to use or null for $wgUser