Fix doc issue of cache wrapper

This commit is contained in:
Joas Schilling 2016-03-21 10:45:53 +01:00
parent e983bd7db0
commit e86fd945dd
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
*
* @param string /int $file
* @param string|int $file
* @return ICacheEntry|false
*/
public function get($file) {