Merge "rdbms: give TransactionProfiler write time and row count for ROLLBACK"
[lhc/web/wiklou.git] / includes / TemplateParser.php
index 9271e3f..dc7d31e 100644 (file)
@@ -209,8 +209,11 @@ class TemplateParser {
         *     );
         * @endcode
         * @param string $templateName The name of the template
+        * @param-taint $templateName exec_misc
         * @param mixed $args
+        * @param-taint $args none
         * @param array $scopes
+        * @param-taint $scopes none
         * @return string
         */
        public function processTemplate( $templateName, $args, array $scopes = [] ) {