| Interfaces | |
|---|---|
| CallableParametersAcceptor | A ParametersAcceptor for callable types (closures, first-class callables). Extends ParametersAcceptor with information about side effects, exceptions, and other runtime behavior of callable values. This is what PHPStan knows about a closure or callable when it's passed as a parameter or stored in a variable. Implemented by ClosureType and used as the return type of Type::getCallableParametersAcceptors(). Provides:
|