From 59a09790ebb57d0c0f870c620161fc93a8aa3b7d Mon Sep 17 00:00:00 2001 From: wn_ Date: Thu, 18 Nov 2021 23:51:36 +0000 Subject: Don't type DiskCache's $mimeMap. PHP typing of class properties is only supported on PHP 7.4+. --- classes/diskcache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/diskcache.php') 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 */ - private array $mimeMap = [ + private $mimeMap = [ 'video/3gpp2' => '3g2', 'video/3gp' => '3gp', 'video/3gpp' => '3gp', -- cgit v1.2.3