aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/File.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phorkie/File.php')
-rw-r--r--src/phorkie/File.php3
1 files changed, 3 insertions, 0 deletions
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();