Bugfix: matchAnyRule() Return value must be of type bool, none returned

This commit is contained in:
the-djmaze 2023-01-17 12:19:45 +01:00
parent 80eea23b10
commit 302dcf67c2

View file

@ -143,6 +143,7 @@ abstract class SecFetch
}
}
}
return false;
}
}