0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00

Fixed missing return value (#349)

This commit is contained in:
Michael Kliewe 2022-11-19 23:26:34 +01:00 committed by GitHub
parent 909dda6621
commit becc9d40cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,6 +221,7 @@ class HTMLPurifier_HTMLModule_Tidy extends HTMLPurifier_HTMLModule
*/ */
public function makeFixes() public function makeFixes()
{ {
return array();
} }
} }