Merge branch feature/php8.4 of zentao/zentaopms (#10628)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
*/
|
||||
class HTMLPurifier_AttrTransform_NameSync extends HTMLPurifier_AttrTransform
|
||||
{
|
||||
public $idDef;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
@@ -15,6 +15,12 @@ class HTMLPurifier_ChildDef_List extends HTMLPurifier_ChildDef
|
||||
* @type string
|
||||
*/
|
||||
public $type = 'list';
|
||||
|
||||
/**
|
||||
* @type bool
|
||||
*/
|
||||
public $whitespace;
|
||||
|
||||
/**
|
||||
* @type array
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user