From 71edb3f0617a84d4f14dd0839a1c61d649e175a4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 30 Jan 2016 16:57:00 +0100 Subject: [PATCH] Fix phpcs --- htdocs/core/class/link.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/link.class.php b/htdocs/core/class/link.class.php index 91eb8e21a7c..62bcf9d22c5 100644 --- a/htdocs/core/class/link.class.php +++ b/htdocs/core/class/link.class.php @@ -275,9 +275,9 @@ class Link extends CommonObject /** * Return nb of links * - * @param DoliDb $dblinks Database handler - * @param string $objecttype type of the associated object in dolibarr - * @param int $objectid id of the associated object in dolibarr + * @param DoliDb $db Database handler + * @param string $objecttype Type of the associated object in dolibarr + * @param int $objectid Id of the associated object in dolibarr * @return int Nb of links, -1 if error **/ public static function count($db, $objecttype, $objectid)