报告从回调中引用但未被发现的函数、方法、属性或类。
使用以下选项来自定义检查:
忽略来自 '*_exists' 和 'is_callable' 函数的回调
:如果选择,检查将跳过来自
method_exists
、
function_exists
、
property_exists
、
class_exists
和
is_callable
函数的回调。
不明确时不报告
:如果选择,检查将跳过具有多种可能类型的参数,例如标记为
callable|string
。