PHPStan\Reflection\Php\PhpPropertyReflection::getType PHP Method

getType() public method

public getType ( ) : PHPStan\Type\Type
return PHPStan\Type\Type
    public function getType() : Type
    {
        return $this->type;
    }