domci update

Store the version 0.51


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4267 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2018-07-06 17:44:35 +00:00
parent fb361bfaa4
commit 4459e9595d
3 changed files with 6 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ class convert
/** Convert the provided integer to human readable format
* Example : 1440000000 => 1.44Mo
* @param integer $bytes The number of bytes to convert
* @param integer $decimal The number of decimal
* @param integer $decimals The number of decimal
*/
public static function humanSize ($bytes, $decimals = 2)
{