checkstyle

This commit is contained in:
Cédric Salvador 2013-09-18 12:24:56 +02:00 committed by Raphaël Doursenaud
parent b9c36e6e0a
commit aea668f68b

View File

@ -226,11 +226,12 @@ class Link extends CommonObject
/**
* Loads all links from database
* @param array $links array of Link objects to fill
*
* @param array &$links array of Link objects to fill
* @param string $objecttype type of the associated object in dolibarr
* @param int $objectid id of the associated object in dolibarr
* @param string $sortfield field used to sort
* @param string $sortorder
* @param string $sortorder sort order
* @return 1 if ok, 0 if no records, -1 if error
*
* */