Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-10-24 21:46:52 +02:00
parent b45ee20696
commit 2814a5c07b
2 changed files with 2 additions and 2 deletions

View File

@ -2252,7 +2252,7 @@ function colorValidateHex($color, $allow_white = true)
*
* @param string $hex Color in hex ('#AA1122' or 'AA1122' or '#a12' or 'a12')
* @param integer $ratio Default=-50. Note: 0=Component color is unchanged, -100=Component color become 88, +100=Component color become 00 or FF
* @param integer $brigthness Default=0. Adjust brightness. -100=Decrease brightness by 100%, +100=Increase of 100%.
* @param integer $brightness Default=0. Adjust brightness. -100=Decrease brightness by 100%, +100=Increase of 100%.
* @return string New string of color
* @see colorAdjustBrightness()
*/

View File

@ -642,7 +642,7 @@ class Entrepot extends CommonObject
/**
* Return label of a given status
*
* @param int $statut Status
* @param int $status Id status
* @param int $mode 0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto
* @return string Label of status
*/