[svn r16493] Minor - Small function documentation update (jhinojosa)

skala
Yannick Warnier 17 years ago
parent 84bdccb9c6
commit 9b3f4b1405
  1. 4
      main/inc/lib/fileDisplay.lib.php

@ -137,8 +137,8 @@ function choose_image($file_name)
/** /**
* Transform the file size in a human readable format. * Transform the file size in a human readable format.
* *
* @param - $file_size (int) - Size of the file in bytes * @param int Size of the file in bytes
* @return - A human readable representation of the file size * @return string A human readable representation of the file size
*/ */
function format_file_size($file_size) function format_file_size($file_size)
{ {

Loading…
Cancel
Save