From dd67145340f46cb2058e67f06f93fb0d0f1465a9 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 10 May 2014 20:28:15 +0200 Subject: [PATCH] Update parameter documentation for removeHTMLtags() Change-Id: I7c0530e5b7d0d2001153d69fa9b9525f661dd5c5 --- includes/Sanitizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php index 59ac046f55..67cf70ca05 100644 --- a/includes/Sanitizer.php +++ b/includes/Sanitizer.php @@ -358,7 +358,7 @@ class Sanitizer { * @param string $text * @param callable $processCallback Callback to do any variable or parameter * replacements in HTML attribute values - * @param array $args Arguments for the processing callback + * @param array|bool $args Arguments for the processing callback * @param array $extratags For any extra tags to include * @param array $removetags For any tags (default or extra) to exclude * @return string -- 2.20.1