Skip to content

Commit 142c784

Browse files
committed
Merge pull request #17 from Nyholm/separator
Changed separator to exclamation mark. Fix #16 #15
2 parents 770248b + 0808e26 commit 142c784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TaggablePoolInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
interface TaggablePoolInterface
2121
{
22-
const TAG_SEPARATOR = ':';
22+
const TAG_SEPARATOR = '!';
2323

2424
public function getItem($key, array $tags = []);
2525

0 commit comments

Comments
 (0)