8000 minor #28921 [FrameworkBundle] Fix CacheInterface ns (ogizanagi) · symfony/symfony@69d04b5 · GitHub
[go: up one dir, main page]

Skip to content

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

Appearance settings

Commit 69d04b5

Browse files
minor #28921 [FrameworkBundle] Fix CacheInterface ns (ogizanagi)
This PR was merged into the 4.2-dev branch. Discussion ---------- [FrameworkBundle] Fix CacheInterface ns | Q | A | ------------- | --- | Branch? | master <!-- see below --> | Bug fix? | yes | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A (used for cache pools autowiring aliases for arguments) Commits ------- 298a60d [FrameworkBundle] Fix CacheInterface ns
2 parents 4d757b5 + 298a60d commit 69d04b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
use Symfony\Component\Cache\Adapter\AdapterInterface;
2626
use Symfony\Component\Cache\Adapter\ArrayAdapter;
2727
use Symfony\Component\Cache\Adapter\TagAwareAdapter;
28-
use Symfony\Component\Cache\CacheInterface;
2928
use Symfony\Component\Cache\DependencyInjection\CachePoolPass;
3029
use Symfony\Component\Cache\Marshaller\DefaultMarshaller;
3130
use Symfony\Component\Cache\Marshaller\MarshallerInterface;
@@ -101,6 +100,7 @@
101100
use Symfony\Component\Workflow\WorkflowInterface;
102101
use Symfony\Component\Yaml\Command\LintCommand as BaseYamlLintCommand;
103102
use Symfony\Component\Yaml\Yaml;
103+
use Symfony\Contracts\Cache\CacheInterface;
104104
use Symfony\Contracts\Service\ResetInterface;
105105
use Symfony\Contracts\Service\ServiceSubscriberInterface;
106106

0 commit comments

Comments
 (0)
0