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