Fix phpcs

This commit is contained in:
Laurent Destailleur 2015-02-02 15:43:22 +01:00
parent 9c087e27d0
commit 7fbf76ee2a

View File

@ -27,8 +27,9 @@
* Function to return number or amount in text. * Function to return number or amount in text.
* *
* @param float $numero Number to convert * @param float $numero Number to convert
* @param Lang $lang Language * @param Lang $langs Language
* @return string $entexto Text of the number * @param string $numorcurrency 'number' or 'amount'
* @return string Text of the number
*/ */
function dolNumberToWord($numero, $langs, $numorcurrency='number') function dolNumberToWord($numero, $langs, $numorcurrency='number')
{ {