Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcee0136

Browse files
committed
feature#21979 [FrameworkBundle][TwigBundle] Require PSR-11 container instead of Symfony container (enumag)
This PR was merged into the 3.3-dev branch.Discussion----------[FrameworkBundle][TwigBundle] Require PSR-11 container instead of Symfony container| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |As discussed in#21978 here is the second PR.Commits-------857ce7c [FrameworkBundle][TwigBundle] Require PSR-11 container instead of Symfony container
2 parentsc72a4f0 +857ce7c commitcee0136

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespaceSymfony\Bundle\FrameworkBundle\Templating;
1313

14+
usePsr\Container\ContainerInterface;
1415
useSymfony\Component\Templating\DelegatingEngineasBaseDelegatingEngine;
15-
useSymfony\Component\DependencyInjection\ContainerInterface;
1616
useSymfony\Component\HttpFoundation\Response;
1717

1818
/**

‎src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
namespaceSymfony\Bundle\FrameworkBundle\Templating;
1313

14+
usePsr\Container\ContainerInterface;
1415
useSymfony\Component\Templating\PhpEngineasBasePhpEngine;
1516
useSymfony\Component\Templating\Loader\LoaderInterface;
1617
useSymfony\Component\Templating\TemplateNameParserInterface;
17-
useSymfony\Component\DependencyInjection\ContainerInterface;
1818
useSymfony\Component\HttpFoundation\Response;
1919

2020
/**

‎src/Symfony/Bundle/FrameworkBundle/Templating/TimedPhpEngine.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
namespaceSymfony\Bundle\FrameworkBundle\Templating;
1313

14+
usePsr\Container\ContainerInterface;
1415
useSymfony\Component\Templating\TemplateNameParserInterface;
1516
useSymfony\Component\Stopwatch\Stopwatch;
1617
useSymfony\Component\Templating\Loader\LoaderInterface;
17-
useSymfony\Component\DependencyInjection\ContainerInterface;
1818

1919
/**
2020
* Times the time spent to render a template.

‎src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheCacheWarmer.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespaceSymfony\Bundle\TwigBundle\CacheWarmer;
1313

14+
usePsr\Container\ContainerInterface;
1415
useSymfony\Component\Finder\Finder;
1516
useSymfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface;
16-
useSymfony\Component\DependencyInjection\ContainerInterface;
1717
useSymfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface;
1818
useSymfony\Component\Templating\TemplateReference;
1919

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp