From d2232833592cd4391e1dbf8b25fa0799ab0d68e0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 8 Jul 2017 20:59:53 +0200 Subject: [PATCH] Fix phpcs --- htdocs/core/modules/DolibarrModules.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php index 71f834a56d7..98bd412abc2 100644 --- a/htdocs/core/modules/DolibarrModules.class.php +++ b/htdocs/core/modules/DolibarrModules.class.php @@ -617,8 +617,7 @@ class DolibarrModules // Can not be abstract, because we need to insta * Gives the long description of a module. First check README-la_LA.md then README.md * If not markdown files found, it return translated value of the key ->descriptionlong. * - * @param int $checkonly - * @return string Long description of a module from README of from property. + * @return string Long description of a module from README.md of from property. */ function getDescLong() {