Menu
← Back to all error identifiers
Error Identifiers: callable.*
There are 8 error identifiers in the callable.* group:
-
Callable references a method that is not accessible from the current scope.
-
Unnecessary (void) cast on a callable that already allows discarding its return value.
-
Non-callable expression is invoked as a function.
-
callable.notSupported non-ignorableFirst-class callable syntax is not supported on the configured PHP version.
-
callable.resultDiscarded non-ignorableReturn value of a callable that requires its result to be used is discarded.
-
Generic callable type shadows a template type from the enclosing class or function.
-
Template type in the callable return type cannot be resolved.
-
Return value of a void-returning callable is used.