aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-13 10:47:00 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-13 10:47:00 +0200
commit0da89c0fa1609de994a6ba92b67f2d382d27c98e (patch)
tree6be763708c163cee9f1250ebb8956f447dfbb0a0 /lib/private/Files/Cache
parent349da3395a2a5e56fc0cdb77ae8e67182842d0bd (diff)
downloadnextcloud-server-0da89c0fa1609de994a6ba92b67f2d382d27c98e.tar.gz
nextcloud-server-0da89c0fa1609de994a6ba92b67f2d382d27c98e.zip
The file cache entry is array accessible
… so let's make this part of our API. We use it as array already. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Files/Cache')
-rw-r--r--lib/private/Files/Cache/CacheEntry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Cache/CacheEntry.php b/lib/private/Files/Cache/CacheEntry.php
index 744b88b5b51..a0ba9020909 100644
--- a/lib/private/Files/Cache/CacheEntry.php
+++ b/lib/private/Files/Cache/CacheEntry.php
@@ -27,7 +27,7 @@ use OCP\Files\Cache\ICacheEntry;
/**
* meta data for a file or folder
*/
-class CacheEntry implements ICacheEntry, \ArrayAccess {
+class CacheEntry implements ICacheEntry {
/**
* @var array
*/