Merge pull request #23424 from owncloud/fix-cachewrapper-doc-issue

Fix doc issue of cache wrapper
This commit is contained in:
Thomas Müller 2016-03-21 18:03:35 +01:00
commit 61629ad9ad
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class CacheWrapper extends Cache {
/** /**
* get the stored metadata of a file or folder * get the stored metadata of a file or folder
* *
* @param string /int $file * @param string|int $file
* @return ICacheEntry|false * @return ICacheEntry|false
*/ */
public function get($file) { public function get($file) {