More documentation updates and additions
[lhc/web/wiklou.git] / includes / StreamFile.php
index 5f460ee..0982a03 100644 (file)
@@ -63,7 +63,11 @@ function wfStreamFile( $fname, $headers = array() ) {
        readfile( $fname );
 }
 
-/** */
+/**
+ * @param $filename string
+ * @param $safe bool
+ * @return null|string
+ */
 function wfGetType( $filename, $safe = true ) {
        global $wgTrivialMimeDetection;