8000 minor #42777 [Cache] Fix comment in MemcachedAdapter (t-richard) · symfony/symfony@875201f · GitHub
[go: up one dir, main page]

Skip to content

Commit 875201f

Browse files
committed
minor #42777 [Cache] Fix comment in MemcachedAdapter (t-richard)
This PR was merged into the 5.3 branch. Discussion ---------- [Cache] Fix comment in MemcachedAdapter | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | none | License | MIT | Doc PR | none Just a small typo fix. Seems like a merge error or copy/paste from Github. Seems present since 5.1 Searched through the whole repo and this is the only location with this or similar sentences often seen on Github like "reviewed", "commented", etc. Commits ------- 9be270c [Cache] Fix comment in MemcachedAdapter
2 parents 775306a + 9be270c commit 875201f

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