release version 2.0.13

This commit is contained in:
Alexander Makarov
2017-11-03 01:09:29 +03:00
parent 5a68ec3b27
commit 2d672b6722
23 changed files with 80 additions and 46 deletions

View File

@ -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
*/

View File

@ -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',