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
Methods