Fix phpcs

This commit is contained in:
Laurent Destailleur 2016-01-30 16:57:00 +01:00
parent 67dbb1571c
commit 71edb3f061

View File

@ -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)