Adding param documentation for Parser::internalParse()
authorKaldari <rkaldari@wikimedia.org>
Thu, 14 Apr 2016 20:01:08 +0000 (14:01 -0600)
committerKaldari <rkaldari@wikimedia.org>
Thu, 14 Apr 2016 20:01:08 +0000 (14:01 -0600)
Change-Id: Id0adeff2c2fa940205f4b7692d27b45e3466be79

includes/parser/Parser.php

index 5ee0c5a..a6048e6 100644 (file)
@@ -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
         */