Skip to content

Commit

Permalink
Merge pull request #311 from Geolim4/final
Browse files Browse the repository at this point in the history
Fixed wrong phpDoc comment
  • Loading branch information
Geolim4 authored Jul 4, 2016
2 parents 835e671 + 0e25372 commit b647232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phpFastCache/Proxy/phpFastCacheAbstractProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @method bool saveDeferred(CacheItemInterface $item) Sets a cache item to be persisted later
* @method bool commit() Persists any deferred cache items
* @method bool clear() Allow you to completely empty the cache and restart from the beginning
* @method driverStatistic stats() Allow you to completely empty the cache and restart from the beginning
* @method driverStatistic stats() Returns a driverStatistic object
* @method ExtendedCacheItemInterface getItemsByTag($tagName) Return items by a tag
* @method ExtendedCacheItemInterface[] getItemsByTags(array $tagNames) Return items by some tags
* @method bool deleteItemsByTag($tagName) Delete items by a tag
Expand Down

0 comments on commit b647232

Please sign in to comment.