From b89473383c11091eea9f0bd36ed1bb88e77cf4ac Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 6 Jun 2015 16:41:11 +0200 Subject: [PATCH] Fix phpcs --- htdocs/core/class/html.form.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index cef6d9a0ae4..e770bb5ea72 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -4716,7 +4716,6 @@ class Form * Show block with links to link to other objects. * * @param CommonObject $object Object we want to show links to - * @param Societe $thirdparty Object thirdparty * @param array $restrictlinksto Restrict links to some elements, for exemple array('order') or array('supplier_order') * @return int <0 if KO, >0 if OK */