diff options
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/Files/Type/Detection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Type/Detection.php b/lib/private/Files/Type/Detection.php index 1ae03794430..05901a6f0b9 100644 --- a/lib/private/Files/Type/Detection.php +++ b/lib/private/Files/Type/Detection.php @@ -185,7 +185,7 @@ class Detection implements IMimeTypeDetector { } /** - * @return array<string, array{string, string|null}> + * @return array<string, list{string, string|null}> */ public function getAllMappings(): array { $this->loadMappings(); |