We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 770248b + 0808e26 commit 142c784Copy full SHA for 142c784
1 file changed
src/TaggablePoolInterface.php
@@ -19,7 +19,7 @@
19
*/
20
interface TaggablePoolInterface
21
{
22
- const TAG_SEPARATOR = ':';
+ const TAG_SEPARATOR = '!';
23
24
public function getItem($key, array $tags = []);
25
0 commit comments