<?php

namespace ContainerRYWeSXx;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getTypeInfo_Resolver_ReflectionProperty_PhpdocAwareService extends App_KernelProdContainer
{
    /*
     * Gets the private 'type_info.resolver.reflection_property.phpdoc_aware' shared service.
     *
     * @return \Symfony\Component\TypeInfo\TypeResolver\PhpDocAwareReflectionTypeResolver
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['type_info.type_context_factory'] ?? $container->load('getTypeInfo_TypeContextFactoryService'));

        return $container->privates['type_info.resolver.reflection_property.phpdoc_aware'] = new \Symfony\Component\TypeInfo\TypeResolver\PhpDocAwareReflectionTypeResolver(new \Symfony\Component\TypeInfo\TypeResolver\ReflectionPropertyTypeResolver(($container->privates['type_info.resolver.reflection_type'] ?? $container->load('getTypeInfo_Resolver_ReflectionTypeService')), $a), ($container->privates['type_info.resolver.string'] ??= new \Symfony\Component\TypeInfo\TypeResolver\StringTypeResolver(NULL, NULL, [])), $a);
    }
}
