diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-01-22 13:01:37 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-01-28 11:46:43 +0100 |
commit | 1369f2c6840e6bbac50526236771cb730a74f975 (patch) | |
tree | c504140dd2bb830c7a195e33e28e27185c73952a /lib/private/files/cache/wrapper/cachejail.php | |
parent | b7710ab6d7db3aa54b1491d2968bc1b0e3a742c4 (diff) | |
download | nextcloud-server-1369f2c6840e6bbac50526236771cb730a74f975.tar.gz nextcloud-server-1369f2c6840e6bbac50526236771cb730a74f975.zip |
cleanup shared cache
Diffstat (limited to 'lib/private/files/cache/wrapper/cachejail.php')
-rw-r--r-- | lib/private/files/cache/wrapper/cachejail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/cache/wrapper/cachejail.php b/lib/private/files/cache/wrapper/cachejail.php index 4d708c2d191..4188fb72622 100644 --- a/lib/private/files/cache/wrapper/cachejail.php +++ b/lib/private/files/cache/wrapper/cachejail.php @@ -34,7 +34,7 @@ class CacheJail extends CacheWrapper { protected $root; /** - * @param \OC\Files\Cache\Cache $cache + * @param \OCP\Files\Cache\ICache $cache * @param string $root */ public function __construct($cache, $root) { |