summaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache/wrapper/cachejail.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-01-22 13:01:37 +0100
committerMorris Jobke <hey@morrisjobke.de>2016-01-28 11:46:43 +0100
commit1369f2c6840e6bbac50526236771cb730a74f975 (patch)
treec504140dd2bb830c7a195e33e28e27185c73952a /lib/private/files/cache/wrapper/cachejail.php
parentb7710ab6d7db3aa54b1491d2968bc1b0e3a742c4 (diff)
downloadnextcloud-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.php2
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) {