1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 17:15:57 +00:00

Merge pull request 'Don't type DiskCache's $mimeMap.' (#55) from wn/tt-rss:bugfix/diskcache-mimemap-type into master

Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/55
This commit is contained in:
fox
2021-11-19 07:34:26 +03:00

View File

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