<?php

namespace ContainerJpqYdfD;

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 getFloatParserService extends AdminKernelDevDebugContainer
{
    /**
     * Gets the public 'PrestaShopBundle\Utils\FloatParser' shared autowired service.
     *
     * @return \PrestaShopBundle\Utils\FloatParser
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['PrestaShopBundle\\Utils\\FloatParser'] = new \PrestaShopBundle\Utils\FloatParser(($container->privates['PrestaShop\\PrestaShop\\Core\\Util\\ArabicToLatinDigitConverter'] ??= new \PrestaShop\PrestaShop\Core\Util\ArabicToLatinDigitConverter()));
    }
}
