mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-07 06:36:44 +02:00
feat: PHP 8.4 support (#441)
This commit is contained in:
@@ -238,7 +238,7 @@ class HTMLPurifier_Lexer
|
||||
*/
|
||||
public function tokenizeHTML($string, $config, $context)
|
||||
{
|
||||
trigger_error('Call to abstract class', E_USER_ERROR);
|
||||
throw new Exception('Call to abstract class');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user