aboutsummaryrefslogtreecommitdiffstats
path: root/includes/utils/MWFileProps.php
Commit message (Expand)AuthorAgeFilesLines
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* filerepo: avoid PHP 8 warnings in File::splitMime() if $mime is nullAaron Schulz2022-08-231-1/+0
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-22/+4
* Fix Extract typoReedy2021-05-201-1/+1
* Document and fix UploadBase::$mFinalExtension being nullThiemo Kreuz2021-02-031-5/+3
* MWFileProps: Hotfix getPropsFromPath() to treat null as empty stringTimo Tijhof2021-02-021-1/+4
* mime: Document null return from MimeAnalyzer::improveTypeFromExtension()Ori Livneh2020-05-241-0/+3
* Unsuppress PhanParamsTooManyDaimona Eaytoy2019-10-101-1/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
* Remove MimeMagicReedy2018-09-231-1/+1
* Replace MimeMagic::singleton() callsReedy2017-11-271-2/+2
* Remove MimeMagic depedency from FSFile and move it to /libsAaron Schulz2016-09-221-1/+31
* Migrate callers to new MWFileProps::getPropsFromPath() methodAaron Schulz2016-09-221-0/+115