mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-20 08:21:29 +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.
|
* Return the value of a $_GET or $_POST supervariable, converted into float.
|
||||||
*
|
*
|
||||||
* @param string $paramname Name of the $_GET or $_POST parameter
|
* @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
|
* @return float Value converted into float
|
||||||
*/
|
*/
|
||||||
function GETPOSTFLOAT($paramname, $rounding = '')
|
function GETPOSTFLOAT($paramname, $rounding = '')
|
||||||
|
|||||||
Reference in New Issue
Block a user