From f72ef5416ffffa96137cd1fa37a000ac57805e56 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 28 Oct 2008 14:55:42 +0000 Subject: [PATCH] Fix docs --- includes/Revision.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1