Skip to content

Commit b647232

Browse files
authored
Merge pull request #311 from Geolim4/final
Fixed wrong phpDoc comment
2 parents 835e671 + 0e25372 commit b647232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpFastCache/Proxy/phpFastCacheAbstractProxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @method bool saveDeferred(CacheItemInterface $item) Sets a cache item to be persisted later
3636
* @method bool commit() Persists any deferred cache items
3737
* @method bool clear() Allow you to completely empty the cache and restart from the beginning
38-
* @method driverStatistic stats() Allow you to completely empty the cache and restart from the beginning
38+
* @method driverStatistic stats() Returns a driverStatistic object
3939
* @method ExtendedCacheItemInterface getItemsByTag($tagName) Return items by a tag
4040
* @method ExtendedCacheItemInterface[] getItemsByTags(array $tagNames) Return items by some tags
4141
* @method bool deleteItemsByTag($tagName) Delete items by a tag

0 commit comments

Comments
 (0)