mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
phpcs
This commit is contained in:
@@ -964,7 +964,7 @@ function GETPOSTINT($paramname, $method = 0)
|
||||
* Return the value of a $_GET or $_POST supervariable, converted into float.
|
||||
*
|
||||
* @param string $paramname Name of the $_GET or $_POST parameter
|
||||
* @param string|int $rounding Type of rounding ('', 'MU', 'MT, 'MS', 'CU', 'CT', integer) {@see price2num()}
|
||||
* @param string|int $rounding Type of rounding ('', 'MU', 'MT, 'MS', 'CU', 'CT', integer) {@see price2num()}
|
||||
* @return float Value converted into float
|
||||
*/
|
||||
function GETPOSTFLOAT($paramname, $rounding = '')
|
||||
|
||||
Reference in New Issue
Block a user