aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/Files/Type/Detection.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/Files/Type/Detection.php b/lib/private/Files/Type/Detection.php
index 48907b3473f..09d73231f22 100644
--- a/lib/private/Files/Type/Detection.php
+++ b/lib/private/Files/Type/Detection.php
@@ -23,7 +23,7 @@ class Detection implements IMimeTypeDetector {
private const CUSTOM_MIMETYPEMAPPING = 'mimetypemapping.json';
private const CUSTOM_MIMETYPEALIASES = 'mimetypealiases.json';
- /** @var array<string, list{string, string|null}> */
+ /** @var array<list{string, string|null}> */
protected array $mimetypes = [];
protected array $secureMimeTypes = [];
@@ -140,7 +140,7 @@ class Detection implements IMimeTypeDetector {
}
/**
- * @return array<string, list{string, string|null}>
+ * @return array<list{string, string|null}>
*/
public function getAllMappings(): array {
$this->loadMappings();