From: Tim Starling Date: Tue, 28 Oct 2008 14:55:42 +0000 (+0000) Subject: Fix docs X-Git-Tag: 1.31.0-rc.0~44534 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=f72ef5416ffffa96137cd1fa37a000ac57805e56;p=lhc%2Fweb%2Fwiklou.git Fix docs --- diff --git a/includes/Revision.php b/includes/Revision.php index 42bffeaf6a..c68d974ac5 100644 --- a/includes/Revision.php +++ b/includes/Revision.php @@ -664,7 +664,7 @@ class Revision { * $row is usually an object from wfFetchRow(), both the flags and the text * field must be included * - * @param integer $row Id of a row + * @param object $row The text data * @param string $prefix table prefix (default 'old_') * @return string $text|false the text requested */