From aea668f68be45f2a52a27fe92f8c9bea1a0cc4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Salvador?= Date: Wed, 18 Sep 2013 12:24:56 +0200 Subject: [PATCH] checkstyle --- htdocs/link/class/link.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/link/class/link.class.php b/htdocs/link/class/link.class.php index 5f1054ef968..fb924eeec9d 100644 --- a/htdocs/link/class/link.class.php +++ b/htdocs/link/class/link.class.php @@ -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 * * */