From: Kaldari Date: Thu, 14 Apr 2016 20:01:08 +0000 (-0600) Subject: Adding param documentation for Parser::internalParse() X-Git-Tag: 1.31.0-rc.0~7271^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=a0c648a15447d5af1fa2da23828a515958e764ec;p=lhc%2Fweb%2Fwiklou.git Adding param documentation for Parser::internalParse() Change-Id: Id0adeff2c2fa940205f4b7692d27b45e3466be79 --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 5ee0c5a6a1..a6048e6a31 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -1213,9 +1213,9 @@ class Parser { * * @private * - * @param string $text - * @param bool $isMain - * @param PPFrame|bool $frame + * @param string $text The text to parse + * @param bool $isMain Whether this is being called from the main parse() function + * @param PPFrame|bool $frame A pre-processor frame * * @return string */