8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775306a commit 9be270cCopy full SHA for 9be270c
src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php
@@ -25,7 +25,6 @@ class MemcachedAdapter extends AbstractAdapter
25
/**
26
* We are replacing characters that are illegal in Memcached keys with reserved characters from
27
* {@see \Symfony\Contracts\Cache\ItemInterface::RESERVED_CHARACTERS} that are legal in Memcached.
28
-This conversation was marked as resolved by lstrojny
29
* Note: don’t use {@see \Symfony\Component\Cache\Adapter\AbstractAdapter::NS_SEPARATOR}.
30
*/
31
private const RESERVED_MEMCACHED = " \n\r\t\v\f\0";
0 commit comments