mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-05 06:01:52 +00:00
Remove spurious abstract definition; PHP 5.4 doesn't like that.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
parent
9f5f85952b
commit
ce68cfe484
@ -11,8 +11,6 @@ abstract class HTMLPurifier_Strategy_Composite extends HTMLPurifier_Strategy
|
|||||||
*/
|
*/
|
||||||
protected $strategies = array();
|
protected $strategies = array();
|
||||||
|
|
||||||
abstract public function __construct();
|
|
||||||
|
|
||||||
public function execute($tokens, $config, $context) {
|
public function execute($tokens, $config, $context) {
|
||||||
foreach ($this->strategies as $strategy) {
|
foreach ($this->strategies as $strategy) {
|
||||||
$tokens = $strategy->execute($tokens, $config, $context);
|
$tokens = $strategy->execute($tokens, $config, $context);
|
||||||
|
Loading…
Reference in New Issue
Block a user