<?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 getPhoneNumberValidatorService extends App_KernelProdContainer
{
    /*
     * Gets the private 'Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator' shared service.
     *
     * @return \Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator'] = $instance = new \Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator(($container->privates['libphonenumber\\PhoneNumberUtil'] ?? self::getPhoneNumberUtilService($container)), 'ZZ', \libphonenumber\PhoneNumberFormat::INTERNATIONAL);

        $instance->setPropertyAccessor(($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)));

        return $instance;
    }
}
