Don't type DiskCache's $mimeMap.

PHP typing of class properties is only supported on PHP 7.4+.
This commit is contained in:
wn_ 2021-11-18 23:51:36 +00:00
parent d6f604c06c
commit 59a09790eb
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class DiskCache {
*
* @var array<string, string>
*/
private array $mimeMap = [
private $mimeMap = [
'video/3gpp2' => '3g2',
'video/3gp' => '3gp',
'video/3gpp' => '3gp',