From 1f60d9ba81534d799349a87d8b37e0ba1b5d1899 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Feb 2018 13:14:55 +0100 Subject: [PATCH] Fix travis --- htdocs/core/modules/modHRM.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modHRM.class.php b/htdocs/core/modules/modHRM.class.php index 033b6396fbe..a209fdccf2e 100644 --- a/htdocs/core/modules/modHRM.class.php +++ b/htdocs/core/modules/modHRM.class.php @@ -31,7 +31,7 @@ class modHRM extends DolibarrModules * Constructor. * Define names, constants, directories, boxes, permissions * - * @param DoliDB $db + * @param DoliDB $db Database handler */ public function __construct($db) {