mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 21:55:56 +00:00
Don't type DiskCache's $mimeMap.
PHP typing of class properties is only supported on PHP 7.4+.
This commit is contained in:
@@ -9,7 +9,7 @@ class DiskCache {
|
||||
*
|
||||
* @var array<string, string>
|
||||
*/
|
||||
private array $mimeMap = [
|
||||
private $mimeMap = [
|
||||
'video/3gpp2' => '3g2',
|
||||
'video/3gp' => '3gp',
|
||||
'video/3gpp' => '3gp',
|
||||
|
||||
Reference in New Issue
Block a user