Interface PHPStan\Type\MethodParameterOutTypeExtension

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

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

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