PHP Interface PHPStan\Reflection\Php\PhpMethodReflectionFactory

Show file Open project: phpstan/phpstan Interface Usage Examples

Public Methods

Method Description
create ( ClassReflection $declaringClass, ReflectionMethod $reflection, array $phpDocParameterTypes, PHPStan\Type\Type $phpDocReturnType = null ) : PhpMethodReflection

Method Details

create() public method

public create ( ClassReflection $declaringClass, ReflectionMethod $reflection, array $phpDocParameterTypes, PHPStan\Type\Type $phpDocReturnType = null ) : PhpMethodReflection
$declaringClass PHPStan\Reflection\ClassReflection
$reflection ReflectionMethod
$phpDocParameterTypes array
$phpDocReturnType PHPStan\Type\Type
return PhpMethodReflection