X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FMimetype.php;h=df6cf33f7b9944e90bbd2fc6e4266702695f0286;hb=fe442683efb8b75394d7df041716c47c81b05fbc;hp=ca57648771532e7691a65c699ba5afb65c894e9b;hpb=bff57bb030f84bc785fcb9420b95b2b472d924c5;p=friendica.git diff --git a/src/Util/Mimetype.php b/src/Util/Mimetype.php index ca57648771..df6cf33f7b 100644 --- a/src/Util/Mimetype.php +++ b/src/Util/Mimetype.php @@ -27,6 +27,7 @@ class Mimetype * Return mimetype based on file extension * * @param string $filename filename + * * @return mixed array or string */ public static function getContentType(string $filename)