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

Appearance settings

Commit bcc6d31

Browse filesBrowse files
committed
bug #33370 Fix import statement typo in NullCache (adrienbrault)
This PR was merged into the 4.4 branch. Discussion ---------- Fix import statement typo in NullCache | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes ? | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | N/A Commits ------- 0a3bb6d Fix import statement typo in NullCache
2 parents 545d38a + 0a3bb6d commit bcc6d31
Copy full SHA for bcc6d31

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Cache/Simple/NullCache.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Simple/NullCache.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\Cache\Simple;
1313

1414
use Psr\SimpleCache\CacheInterface as Psr16CacheInterface;
15-
use Symfony\Components\Cache\Adapter\NullAdapter;
15+
use Symfony\Component\Cache\Adapter\NullAdapter;
1616
use Symfony\Contracts\Cache\CacheInterface;
1717

1818
@trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" and type-hint for "%s" instead.', NullCache::class, NullAdapter::class, CacheInterface::class), E_USER_DEPRECATED);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.