Interface PHPStan\Type\StaticMethodParameterClosureTypeExtension

This is the interface for parameter closure type extensions for static methods.

To register it in the configuration file use the phpstan.staticMethodParameterClosureTypeExtension service tag:

services:
	-
		class: App\PHPStan\MyExtension
		tags:
			- phpstan.staticMethodParameterClosureTypeExtension
Methods