Skip to content

Commit c8536e7

Browse files
committed
Cache: constant NamespaceSeparator is private
1 parent 29874b0 commit c8536e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Caching/Cache.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ class Cache
4545
NAMESPACES = self::Namespaces,
4646
ALL = self::All;
4747

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

5350
private Storage $storage;
5451

0 commit comments

Comments
 (0)