8000 [Cache] Fix comment in MemcachedAdapter · symfony/symfony@9be270c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9be270c

Browse files
authored
[Cache] Fix comment in MemcachedAdapter
1 parent 775306a commit 9be270c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class MemcachedAdapter extends AbstractAdapter
2525
/**
2626
* We are replacing characters that are illegal in Memcached keys with reserved characters from
2727
* {@see \Symfony\Contracts\Cache\ItemInterface::RESERVED_CHARACTERS} that are legal in Memcached.
28-
This conversation was marked as resolved by lstrojny
2928
* Note: don’t use {@see \Symfony\Component\Cache\Adapter\AbstractAdapter::NS_SEPARATOR}.
3029
*/
3130
private const RESERVED_MEMCACHED = " \n\r\t\v\f\0";

0 commit comments

Comments
 (0)
0