From: Siebrand Mazeland Date: Sat, 10 May 2014 18:28:15 +0000 (+0200) Subject: Update parameter documentation for removeHTMLtags() X-Git-Tag: 1.31.0-rc.0~15758^2 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=dd67145340f46cb2058e67f06f93fb0d0f1465a9;p=lhc%2Fweb%2Fwiklou.git Update parameter documentation for removeHTMLtags() Change-Id: I7c0530e5b7d0d2001153d69fa9b9525f661dd5c5 --- 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