From a7db09c020c34341fcff62f235d90bc51dc7e8fc Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sat, 24 Sep 2016 23:06:09 +0200
Subject: [PATCH] Fix phpcs

---
 htdocs/commande/class/api_orders.class.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/htdocs/commande/class/api_orders.class.php b/htdocs/commande/class/api_orders.class.php
index ad3c17d1187..263a9adc8e0 100644
--- a/htdocs/commande/class/api_orders.class.php
+++ b/htdocs/commande/class/api_orders.class.php
@@ -441,7 +441,8 @@ class Orders extends DolibarrApi
      * 
      * @param   int $id             Order ID
      * @param   int $idwarehouse    Warehouse ID
-     * 
+     * @param	int $notrigger      No trigger
+     *
      * @url POST    {id}/validate
      *  
      * @return  array
-- 
GitLab