We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fcb5a commit 8b760ccCopy full SHA for 8b760cc
library/HTMLPurifier/HTML5Config.php
@@ -60,9 +60,9 @@ public static function inherit(HTMLPurifier_Config $config)
60
61
/**
62
* @param HTMLPurifier_ConfigSchema $schema
63
- * @param HTMLPurifier_PropertyList $parent OPTIONAL
+ * @param HTMLPurifier_PropertyList|null $parent OPTIONAL
64
*/
65
- public function __construct(HTMLPurifier_ConfigSchema $schema, HTMLPurifier_PropertyList $parent = null)
+ public function __construct(HTMLPurifier_ConfigSchema $schema, $parent = null)
66
{
67
// ensure 'HTML5' is among allowed 'HTML.Doctype' values
68
$doctypeConfig = $schema->info['HTML.Doctype'];
0 commit comments