Thanks to visit codestin.com
Credit goes to apiref.phpstan.org

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