Skip to content

Commit

Permalink
Cache: constant NamespaceSeparator is private
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 18, 2022
1 parent 4019fd6 commit d7b49c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Caching/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ class Cache
NAMESPACES = self::Namespaces,
ALL = self::All;

/** @internal */
public const
NamespaceSeparator = "\x00",
NAMESPACE_SEPARATOR = self::NamespaceSeparator;
private const NamespaceSeparator = "\x00";

private Storage $storage;

Expand Down

0 comments on commit d7b49c2

Please sign in to comment.