Merge pull request #23424 from owncloud/fix-cachewrapper-doc-issue
Fix doc issue of cache wrapper
This commit is contained in:
commit
61629ad9ad
|
@ -54,7 +54,7 @@ class CacheWrapper extends Cache {
|
|||
/**
|
||||
* get the stored metadata of a file or folder
|
||||
*
|
||||
* @param string /int $file
|
||||
* @param string|int $file
|
||||
* @return ICacheEntry|false
|
||||
*/
|
||||
public function get($file) {
|
||||
|
|
Loading…
Reference in New Issue