Referenced function, method, field or class from callback is not found.
Options:
-
Ignore callback from *_exists and is_callable functions: if the option is on, the inspection will skip callback references from
'method_exists', 'function_exists', 'property_exists', 'class_exists' and 'is_callable' functions.
- Don't report in case of ambiguity: if the option is on, the inspection won't check parameters with multiple possible types,
e.g. if parameter in function is marked as "callable|string"