mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix doc issue of cache wrapper
This commit is contained in:
parent
e983bd7db0
commit
e86fd945dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue