From a0c648a15447d5af1fa2da23828a515958e764ec Mon Sep 17 00:00:00 2001 From: Kaldari Date: Thu, 14 Apr 2016 14:01:08 -0600 Subject: [PATCH] Adding param documentation for Parser::internalParse() Change-Id: Id0adeff2c2fa940205f4b7692d27b45e3466be79 --- includes/parser/Parser.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.20.1