Merge "objectcache: optimize WAN cache key updates during HOLDOFF_TTL"
[lhc/web/wiklou.git] / includes / exception / MWExceptionRenderer.php
index 22be2be..ca590d8 100644 (file)
@@ -268,6 +268,7 @@ class MWExceptionRenderer {
         * Print a message, if possible to STDERR.
         * Use this in command line mode only (see isCommandLine)
         *
+        * @suppress SecurityCheck-XSS
         * @param string $message Failure text
         */
        private static function printError( $message ) {