From 5301d480def72d868ad2e544b084865b9b9cbffc Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 10 Apr 2010 21:14:49 +0000 Subject: [PATCH] * fixed some doxygen warnings --- includes/Article.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/Article.php b/includes/Article.php index f5498b5742..da17936faf 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1759,6 +1759,9 @@ class Article { /** * @param $section empty/null/false or a section number (0, 1, 2, T1, T2...) + * @param $text String: new text of the section + * @param $summary String: new section's subject, only if $section is 'new' + * @param $edittime String: revision timestamp or null to use the current revision * @return string Complete article text, or null if error */ public function replaceSection( $section, $text, $summary = '', $edittime = null ) { -- 2.20.1