From 6bf57962dcd639a15bf1e969bd8c67048dc13582 Mon Sep 17 00:00:00 2001 From: fappels Date: Tue, 24 Oct 2017 15:48:22 +0200 Subject: [PATCH] Fix travis --- htdocs/expedition/class/expedition.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index afe9a368f27..87581cea1ac 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -2438,7 +2438,9 @@ class ExpeditionLigne extends CommonObjectLine /** * Update a line in database - * + * + * @param User $user User that modify + * @param int $notrigger 1 = disable triggers * @return int < 0 if KO, > 0 if OK */ function update($user = null, $notrigger = 0)