File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bundle \FrameworkBundle \Templating ;
1313
14+ use Psr \Container \ContainerInterface ;
1415use Symfony \Component \Templating \DelegatingEngine as BaseDelegatingEngine ;
15- use Symfony \Component \DependencyInjection \ContainerInterface ;
1616use Symfony \Component \HttpFoundation \Response ;
1717
1818/**
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bundle \FrameworkBundle \Templating ;
1313
14+ use Psr \Container \ContainerInterface ;
1415use Symfony \Component \Templating \PhpEngine as BasePhpEngine ;
1516use Symfony \Component \Templating \Loader \LoaderInterface ;
1617use Symfony \Component \Templating \TemplateNameParserInterface ;
17- use Symfony \Component \DependencyInjection \ContainerInterface ;
1818use Symfony \Component \HttpFoundation \Response ;
1919
2020/**
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bundle \FrameworkBundle \Templating ;
1313
14+ use Psr \Container \ContainerInterface ;
1415use Symfony \Component \Templating \TemplateNameParserInterface ;
1516use Symfony \Component \Stopwatch \Stopwatch ;
1617use Symfony \Component \Templating \Loader \LoaderInterface ;
17- use Symfony \Component \DependencyInjection \ContainerInterface ;
1818
1919/**
2020 * Times the time spent to render a template.
You can’t perform that action at this time.
0 commit comments