X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FMimetype.php;h=df6cf33f7b9944e90bbd2fc6e4266702695f0286;hb=fe442683efb8b75394d7df041716c47c81b05fbc;hp=ca57648771532e7691a65c699ba5afb65c894e9b;hpb=8b7cb5d9efeab580c2592e0fbe301f7142b73a3d;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)