checkstyle

This commit is contained in:
Laurent Destailleur 2012-03-20 12:46:57 +01:00
parent 82cff13b66
commit 4690944216
2 changed files with 3 additions and 3 deletions

View File

@ -2111,7 +2111,7 @@ class Commande extends CommonObject
* @param double $pu Prix unitaire
* @param double $qty Quantity
* @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 $txlocaltax2 Local tax 2 rate
* @param string $price_base_type HT or TTC

View File

@ -1011,8 +1011,8 @@ class Ldap
* Converts a little-endian hex-number to one, that 'hexdec' can convert
* Required by Active Directory
*
* @param string $hex
* @return string little endian
* @param string $hex Hex value
* @return string Little endian
*/
function littleEndian($hex)
{