aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Cache/ICacheEntry.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/Cache/ICacheEntry.php')
-rw-r--r--lib/public/Files/Cache/ICacheEntry.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Files/Cache/ICacheEntry.php b/lib/public/Files/Cache/ICacheEntry.php
index 3a069ca69e0..6b83d31d55c 100644
--- a/lib/public/Files/Cache/ICacheEntry.php
+++ b/lib/public/Files/Cache/ICacheEntry.php
@@ -28,6 +28,7 @@ use ArrayAccess;
* meta data for a file or folder
*
* @since 9.0.0
+ * @template-extends ArrayAccess<string,mixed>
*
* This interface extends \ArrayAccess since v21.0.0, previous versions only
* implemented it in the private implementation. Hence php would allow using the