Merge branch feature/php8.4 of zentao/zentaopms (#10628)

This commit is contained in:
刘刚
2025-07-29 09:52:27 +08:00
committed by Gitfox
2 changed files with 7 additions and 0 deletions
@@ -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
*/