Interface PHPStan\Type\FunctionParameterClosureTypeExtension

This is the interface for parameter closure type extensions for functions. To register it in the configuration file use the phpstan.functionParameterClosureTypeExtension service tag: ``` services: - class: App\PHPStan\MyExtension tags: - phpstan.functionParameterClosureTypeExtension

  • PHPStan\Type\FunctionParameterClosureTypeExtension
    • PHPStan\Type\Php\PregReplaceCallbackClosureTypeExtension implements FunctionParameterClosureTypeExtension
Methods