Skip to content

Commit acb2b49

Browse files
committed
Fix: Compatibility with PHP 8.4
1 parent a2c47b6 commit acb2b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HtmLawed/HtmLawedVanillaWrapper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class HtmLawedVanillaWrapper {
5353
* @return string Returns the filtered html.
5454
* @see http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/htmLawed_README.htm
5555
*/
56-
public static function filter($html, array $config = null, $spec = null) {
56+
public static function filter($html, $config = null, $spec = null) {
5757
if ($config === null) {
5858
$config = self::$defaultConfig;
5959
}

0 commit comments

Comments
 (0)