-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
I have used https://www.php.net/manual/en/function.mongodb.driver.monitoring.addsubscriber.php function in my code, and require checked failing with Unknown symbol mongodb\driver\monitoring\addsubscriber even if I'm adding that function to whitelist like this:
"symbol-whitelist" : [
"null", "true", "false",
"static", "self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
"mongodb\\driver\\monitoring\\addsubscriber"
],
how can I fix that issue?? Thank you!
The function is imported to class like this:
use function mongodb\driver\monitoring\addsubscriber;
in composer I have
"ext-mongodb": "*",
and
"mongodb/mongodb": "^1.15",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels