Code Inspection: Undefined callback
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports the functions, methods, properties, or classes that are referenced from a callback but are not found.
Use the options below to customize the inspection:
Ignore callback from *_exists and is_callable functions: if selected, the inspection will skip callback references from the
method_exists
,function_exists
,property_exists
,class_exists
andis_callable
functions.Don't report in case of ambiguity: if selected, the inspection will skip the parameters with multiple possible types, for example marked as
callable|string
.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.