We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c47b6 commit acb2b49Copy full SHA for acb2b49
HtmLawed/HtmLawedVanillaWrapper.php
@@ -53,7 +53,7 @@ class HtmLawedVanillaWrapper {
53
* @return string Returns the filtered html.
54
* @see http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/htmLawed_README.htm
55
*/
56
- public static function filter($html, array $config = null, $spec = null) {
+ public static function filter($html, $config = null, $spec = null) {
57
if ($config === null) {
58
$config = self::$defaultConfig;
59
}
0 commit comments