From 8e9a9637a0ccaf3a7b9117b6f9529018b3c008b0 Mon Sep 17 00:00:00 2001 From: atm-ph Date: Mon, 30 Jan 2017 21:52:52 +0100 Subject: [PATCH] Fix travis --- htdocs/product/stock/class/mouvementstock.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/product/stock/class/mouvementstock.class.php b/htdocs/product/stock/class/mouvementstock.class.php index 53ab3163566..e6631d4b716 100644 --- a/htdocs/product/stock/class/mouvementstock.class.php +++ b/htdocs/product/stock/class/mouvementstock.class.php @@ -897,8 +897,8 @@ class MouvementStock extends CommonObject /** * Set attribute origin to object * - * @param string $origin_element - * @param int $origin_id + * @param string $origin_element type of element + * @param int $origin_id id of element * * @return void */ @@ -991,7 +991,6 @@ class MouvementStock extends CommonObject /** * Renvoi le libelle d'un status donne * - * @param int $status Id status * @param int $mode 0=libelle long, 1=libelle court, 2=Picto + Libelle court, 3=Picto, 4=Picto + Libelle long, 5=Libelle court + Picto * @return string Label of status */