aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Cache/ICache.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/Cache/ICache.php')
-rw-r--r--lib/public/Files/Cache/ICache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Cache/ICache.php b/lib/public/Files/Cache/ICache.php
index 6a64fc26386..bb5608e8480 100644
--- a/lib/public/Files/Cache/ICache.php
+++ b/lib/public/Files/Cache/ICache.php
@@ -219,7 +219,7 @@ interface ICache {
* search for files by mimetype
*
* @param string $mimetype either a full mimetype to search ('text/plain') or only the first part of a mimetype ('image')
- * where it will search for all mimetypes in the group ('image/*')
+ * where it will search for all mimetypes in the group ('image/*')
* @return ICacheEntry[] an array of cache entries where the mimetype matches the search
* @since 9.0.0
* @deprecated 9.0.0 due to lack of pagination, not all backends might implement this