0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 08:21:52 +00:00

Update reference to the valid types to refer to HTMLPurifier_VarParser::types (#189)

This commit is contained in:
Chris Pelzer 2018-11-11 16:23:01 -05:00 committed by Edward Z. Yang
parent 0f7b138aaf
commit ab7bbefe8a

View File

@ -100,7 +100,7 @@ class HTMLPurifier_ConfigSchema
* @param string $key Name of directive
* @param mixed $default Default value of directive
* @param string $type Allowed type of the directive. See
* HTMLPurifier_DirectiveDef::$type for allowed values
* HTMLPurifier_VarParser::$types for allowed values
* @param bool $allow_null Whether or not to allow null values
*/
public function add($key, $default, $type, $allow_null)