Skip to content

Commit b516eb3

Browse files
committed
Cache: returned NAMESPACE_SEPARATOR back (don't use it, it's internal) [Closes #67]
1 parent 7a59a77 commit b516eb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Caching/Cache.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ class Cache
4646
ALL = self::All;
4747

4848
/** @internal */
49-
public const NamespaceSeparator = "\x00";
49+
public const
50+
NamespaceSeparator = "\x00",
51+
NAMESPACE_SEPARATOR = self::NamespaceSeparator;
5052

5153
/** @var Storage */
5254
private $storage;

0 commit comments

Comments
 (0)