File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Controller ;
13
13
14
+ use Psr \Container \ContainerInterface ;
14
15
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \DependencyInjection \ContainerInterface ;
16
16
use Symfony \Component \DependencyInjection \ContainerAwareInterface ;
17
17
use Symfony \Component \HttpKernel \Controller \ContainerControllerResolver ;
18
18
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Templating ;
13
13
14
+ use Psr \Container \ContainerInterface ;
14
15
use Symfony \Component \Templating \DelegatingEngine as BaseDelegatingEngine ;
15
- use Symfony \Component \DependencyInjection \ContainerInterface ;
16
16
use Symfony \Component \HttpFoundation \Response ;
17
17
18
18
/**
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Templating ;
13
13
14
+ use Psr \Container \ContainerInterface ;
14
15
use Symfony \Component \Templating \PhpEngine as BasePhpEngine ;
15
16
use Symfony \Component \Templating \Loader \LoaderInterface ;
16
17
use Symfony \Component \Templating \TemplateNameParserInterface ;
17
- use Symfony \Component \DependencyInjection \ContainerInterface ;
18
18
use Symfony \Component \HttpFoundation \Response ;
19
19
20
20
/**
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Templating ;
13
13
14
+ use Psr \Container \ContainerInterface ;
14
15
use Symfony \Component \Templating \TemplateNameParserInterface ;
15
16
use Symfony \Component \Stopwatch \Stopwatch ;
16
17
use Symfony \Component \Templating \Loader \LoaderInterface ;
17
- use Symfony \Component \DependencyInjection \ContainerInterface ;
18
18
19
19
/**
20
20
* Times the time spent to render a template.
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Translation ;
13
13
14
+ use Psr \Container \ContainerInterface ;
14
15
use Symfony \Component \HttpKernel \CacheWarmer \WarmableInterface ;
15
16
use Symfony \Component \Translation \Translator as BaseTranslator ;
16
17
use Symfony \Component \Translation \MessageSelector ;
17
- use Symfony \Component \DependencyInjection \ContainerInterface ;
18
18
use Symfony \Component \Translation \Exception \InvalidArgumentException ;
19
19
20
20
/**
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \TwigBundle \CacheWarmer ;
13
13
14
+ use Psr \Container \ContainerInterface ;
14
15
use Symfony \Component \Finder \Finder ;
15
16
use Symfony \Component \HttpKernel \CacheWarmer \CacheWarmerInterface ;
16
- use Symfony \Component \DependencyInjection \ContainerInterface ;
17
17
use Symfony \Bundle \FrameworkBundle \CacheWarmer \TemplateFinderInterface ;
18
18
use Symfony \Component \Templating \TemplateReference ;
19
19
You can’t perform that action at this time.
0 commit comments