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 0a3bb6d

Browse filesBrowse files
authored
Fix import statement typo in NullCache
1 parent 545d38a commit 0a3bb6d
Copy full SHA for 0a3bb6d

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.