checkstyle
This commit is contained in:
parent
82cff13b66
commit
4690944216
@ -2111,7 +2111,7 @@ class Commande extends CommonObject
|
|||||||
* @param double $pu Prix unitaire
|
* @param double $pu Prix unitaire
|
||||||
* @param double $qty Quantity
|
* @param double $qty Quantity
|
||||||
* @param double $remise_percent Pourcentage de remise de la ligne
|
* @param double $remise_percent Pourcentage de remise de la ligne
|
||||||
* @param double $tva_tx Taux TVA
|
* @param double $txtva Taux TVA
|
||||||
* @param double $txlocaltax1 Local tax 1 rate
|
* @param double $txlocaltax1 Local tax 1 rate
|
||||||
* @param double $txlocaltax2 Local tax 2 rate
|
* @param double $txlocaltax2 Local tax 2 rate
|
||||||
* @param string $price_base_type HT or TTC
|
* @param string $price_base_type HT or TTC
|
||||||
|
|||||||
@ -1011,8 +1011,8 @@ class Ldap
|
|||||||
* Converts a little-endian hex-number to one, that 'hexdec' can convert
|
* Converts a little-endian hex-number to one, that 'hexdec' can convert
|
||||||
* Required by Active Directory
|
* Required by Active Directory
|
||||||
*
|
*
|
||||||
* @param string $hex
|
* @param string $hex Hex value
|
||||||
* @return string little endian
|
* @return string Little endian
|
||||||
*/
|
*/
|
||||||
function littleEndian($hex)
|
function littleEndian($hex)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user