Fix doc blocks and return value type
This commit is contained in:
parent
504945f9df
commit
ce177f22c8
6 changed files with 15 additions and 16 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue