X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/1797cbc2b010552b54e9d070820fa9cbc9ce3af9..52de444faa10f37c4174e9fe2c75e77484342549:/src/phorkie/File.php?ds=sidebyside diff --git a/src/phorkie/File.php b/src/phorkie/File.php index f378f60..7f5b5b4 100644 --- a/src/phorkie/File.php +++ b/src/phorkie/File.php @@ -118,6 +118,9 @@ class File throw new Exception('Unknown type'); } + /** + * @return string Mime type of file + */ public function getMimeType() { $ext = $this->getExt();