Fix doc blocks and return value type

This commit is contained in:
Hypolite Petovan 2019-01-21 11:36:01 -05:00
commit ce177f22c8
6 changed files with 15 additions and 16 deletions

View file

@ -235,7 +235,7 @@ function get_cats_and_terms($item)
/**
* return number of bytes in size (K, M, G)
* @param string $size_str
* @return number
* @return int
*/
function return_bytes($size_str) {
switch (substr ($size_str, -1)) {