<?php
/* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespace Symfony\Component\DependencyInjection;use Psr\Container\ContainerInterface as PsrContainerInterface;use Symfony\Component\Config\Resource\ClassExistenceResource;use Symfony\Component\Config\Resource\ComposerResource;use Symfony\Component\Config\Resource\DirectoryResource;use Symfony\Component\Config\Resource\FileExistenceResource;use Symfony\Component\Config\Resource\FileResource;use Symfony\Component\Config\Resource\GlobResource;use Symfony\Component\Config\Resource\ReflectionClassResource;use Symfony\Component\Config\Resource\ResourceInterface;use Symfony\Component\DependencyInjection\Argument\IteratorArgument;use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;