0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-03 05:11:52 +00:00

Deprecate HTML5TreeConstructer

This commit is contained in:
Viktor Szépe 2024-11-29 12:42:04 +01:00 committed by GitHub
parent 495ac12565
commit 9db0d35a35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1139,7 +1139,14 @@ class HTML5
}
}
class HTML5TreeConstructor
class HTML5TreeConstructor extends HTML5TreeConstructer
{}
/**
* @deprecated Use HTML5TreeConstructor instead
* @todo Remove with version 5
*/
class HTML5TreeConstructer
{
public $stack = array();