Fix phpcs
This commit is contained in:
parent
67dbb1571c
commit
71edb3f061
@ -275,9 +275,9 @@ class Link extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Return nb of links
|
* Return nb of links
|
||||||
*
|
*
|
||||||
* @param DoliDb $dblinks Database handler
|
* @param DoliDb $db Database handler
|
||||||
* @param string $objecttype type of the associated object in dolibarr
|
* @param string $objecttype Type of the associated object in dolibarr
|
||||||
* @param int $objectid id of the associated object in dolibarr
|
* @param int $objectid Id of the associated object in dolibarr
|
||||||
* @return int Nb of links, -1 if error
|
* @return int Nb of links, -1 if error
|
||||||
**/
|
**/
|
||||||
public static function count($db, $objecttype, $objectid)
|
public static function count($db, $objecttype, $objectid)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user