Skip to content

Commit 5b742ef

Browse files
committed
Revert "Fixed typo in readme"
This reverts commit 3baef8c.
1 parent 3baef8c commit 5b742ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ phpFastCache offers you a lot of useful APIs:
129129
- prependItemsByTags(array $tagNames, $data) // Prepends items by one of multiple tag names
130130
- prependItemsByTagsAll(array $tagNames, $data) // Prepends items by all of multiple tag names
131131
- detachItem($item) // Detaches an item from the pool
132-
- detachAllItems() // Detaches all items from the pool
132+
- detachAllItems($item) // Detaches all items from the pool
133133
- attachItem($item) // (Re-)attaches an item to the pool
134134
- isAttached($item) // Verify if an item is (still) attached
135135
- setEventManager(EventManager $evtMngr) // Sets the event manager

0 commit comments

Comments
 (0)