Interface PHPStan\Type\StaticMethodParameterOutTypeExtension

This is the interface dynamic parameter out type extensions implement for static methods.

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

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