removed return tag
This commit is contained in:
@@ -128,7 +128,7 @@ function whitelist_extension_filter(array &$pbdb) {
|
||||
}));
|
||||
}
|
||||
|
||||
function blacklist_extension_filter(array &$pbdb): null {
|
||||
function blacklist_extension_filter(array &$pbdb) {
|
||||
global $EXTENSION_FILTER_LIST;
|
||||
|
||||
$blocked = array_fill_keys(
|
||||
|
||||
Reference in New Issue
Block a user