diff --git a/src/Symfony/Contracts/Cache/ItemInterface.php b/src/Symfony/Contracts/Cache/ItemInterface.php index 8c4c51253eef7..f1bdf7c1d2b38 100644 --- a/src/Symfony/Contracts/Cache/ItemInterface.php +++ b/src/Symfony/Contracts/Cache/ItemInterface.php @@ -39,8 +39,13 @@ interface ItemInterface extends CacheItemInterface /** * Reserved characters that cannot be used in a key or tag. + * + * Please note that this list should include a colon (:) to fully respect + * the PSR. A PR is opened to fix this in PSR-6 + * (https://github.com/php-fig/fig-standards/pull/1269). So Symfony is a bit + * ahead of time on this one. */ - public const RESERVED_CHARACTERS = '{}()/\@:'; + public const RESERVED_CHARACTERS = '{}()/\@'; /** * Adds a tag to a cache item. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy