remote forking: use the original http/https url in description
[phorkie.git] / src / phorkie / File.php
index 331f2e546be5b72b96c9d96960ca8b7c4f6526e6..7f5b5b407df44747c9d67f6f34f6f1eff7b025e9 100644 (file)
@@ -118,6 +118,9 @@ class File
         throw new Exception('Unknown type');
     }
 
+    /**
+     * @return string Mime type of file
+     */
     public function getMimeType()
     {
         $ext = $this->getExt();
@@ -165,4 +168,4 @@ class File
     }
 }
 
-?>
\ No newline at end of file
+?>