summaryrefslogtreecommitdiff
path: root/classes/diskcache.php
diff options
context:
space:
mode:
authorwn_ <[email protected]>2021-11-18 23:51:36 +0000
committerwn_ <[email protected]>2021-11-18 23:51:36 +0000
commit59a09790ebb57d0c0f870c620161fc93a8aa3b7d (patch)
treefd442684bb9eab6cc221a868b48d6f19eba06813 /classes/diskcache.php
parentd6f604c06c2533a7c32d7a3accf4f4b8a47ad992 (diff)
Don't type DiskCache's $mimeMap.
PHP typing of class properties is only supported on PHP 7.4+.
Diffstat (limited to 'classes/diskcache.php')
-rw-r--r--classes/diskcache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/diskcache.php b/classes/diskcache.php
index 0df8d7cd4..34bba25f1 100644
--- a/classes/diskcache.php
+++ b/classes/diskcache.php
@@ -9,7 +9,7 @@ class DiskCache {
*
* @var array<string, string>
*/
- private array $mimeMap = [
+ private $mimeMap = [
'video/3gpp2' => '3g2',
'video/3gp' => '3gp',
'video/3gpp' => '3gp',