Merge "Use a closure instead of PathRouterPatternReplacer"
[lhc/web/wiklou.git] / includes / installer / DatabaseUpdater.php
index bf140ea..e49a846 100644 (file)
@@ -208,6 +208,7 @@ abstract class DatabaseUpdater {
         * Output some text. If we're running from web, escape the text first.
         *
         * @param string $str Text to output
+        * @param-taint $str escapes_html
         */
        public function output( $str ) {
                if ( $this->maintenance->isQuiet() ) {