Fix: Checkstyle

This commit is contained in:
Laurent Destailleur 2014-07-08 01:15:59 +02:00
parent 6c8c232036
commit 0eabf26d27

View File

@ -1220,9 +1220,10 @@ class Task extends CommonObject
/** /**
* \brief Return status label of object * Return status label of object
* \param mode 0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto *
* \return string Label * @param string $mode 0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto
* @return string Label
*/ */
function getLibStatut($mode=0) function getLibStatut($mode=0)
{ {
@ -1230,10 +1231,11 @@ class Task extends CommonObject
} }
/** /**
* \brief Renvoi status label for a status * Return status label for an object
* \param statut id statut *
* \param mode 0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto * @param int $statut Id statut
* \return string Label * @param string $mode 0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto
* @return string Label
*/ */
function LibStatut($statut,$mode=0) function LibStatut($statut,$mode=0)
{ {