mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
release version 2.0.13
This commit is contained in:
@ -261,9 +261,9 @@ class BaseArrayHelper
|
||||
*
|
||||
* @param array $array the array to write the value to
|
||||
* @param string|array|null $path the path of where do you want to write a value to `$array`
|
||||
* the path can be described by a string when each key should be separated by a dot
|
||||
* you can also describe the path as an array of keys
|
||||
* if the path is null then `$array` will be assigned the `$value`
|
||||
* the path can be described by a string when each key should be separated by a dot
|
||||
* you can also describe the path as an array of keys
|
||||
* if the path is null then `$array` will be assigned the `$value`
|
||||
* @param mixed $value the value to be written
|
||||
* @since 2.0.13
|
||||
*/
|
||||
|
@ -555,7 +555,7 @@ return [
|
||||
'osf' => 'application/vnd.yamaha.openscoreformat',
|
||||
'osfpvg' => 'application/vnd.yamaha.openscoreformat.osfpvg+xml',
|
||||
'otc' => 'application/vnd.oasis.opendocument.chart-template',
|
||||
'otf' => 'application/x-font-otf',
|
||||
'otf' => 'font/otf',
|
||||
'otg' => 'application/vnd.oasis.opendocument.graphics-template',
|
||||
'oth' => 'application/vnd.oasis.opendocument.text-web',
|
||||
'oti' => 'application/vnd.oasis.opendocument.image-template',
|
||||
@ -808,8 +808,8 @@ return [
|
||||
'trm' => 'application/x-msterminal',
|
||||
'tsd' => 'application/timestamped-data',
|
||||
'tsv' => 'text/tab-separated-values',
|
||||
'ttc' => 'application/x-font-ttf',
|
||||
'ttf' => 'application/x-font-ttf',
|
||||
'ttc' => 'font/collection',
|
||||
'ttf' => 'font/ttf',
|
||||
'ttl' => 'text/turtle',
|
||||
'twd' => 'application/vnd.simtech-mindmapper',
|
||||
'twds' => 'application/vnd.simtech-mindmapper',
|
||||
@ -904,7 +904,8 @@ return [
|
||||
'wmv' => 'video/x-ms-wmv',
|
||||
'wmx' => 'video/x-ms-wmx',
|
||||
'wmz' => 'application/x-msmetafile',
|
||||
'woff' => 'application/font-woff',
|
||||
'woff' => 'font/woff',
|
||||
'woff2' => 'font/woff2',
|
||||
'wpd' => 'application/vnd.wordperfect',
|
||||
'wpl' => 'application/vnd.ms-wpl',
|
||||
'wps' => 'application/vnd.ms-works',
|
||||
|
Reference in New Issue
Block a user