From: Alexandre Emsenhuber Date: Sat, 10 Apr 2010 21:14:49 +0000 (+0000) Subject: * fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~37156 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=5301d480def72d868ad2e544b084865b9b9cbffc;p=lhc%2Fweb%2Fwiklou.git * fixed some doxygen warnings --- 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 ) {