From 5a1c05735f2801af3b987a84cbd1741aefeaa473 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 22 Sep 2020 15:55:30 +0200 Subject: [PATCH] Fix phpcs --- htdocs/core/lib/date.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/lib/date.lib.php b/htdocs/core/lib/date.lib.php index d4f29f1dfcc..48e347afbd1 100644 --- a/htdocs/core/lib/date.lib.php +++ b/htdocs/core/lib/date.lib.php @@ -504,7 +504,7 @@ function dol_get_last_day($year, $month = 12, $gm = false) /** Return GMT time for last hour of a given GMT date (it removes hours, min and second part) * - * @param int $date + * @param int $date Date * @return int Date for last hour of a given date */ function dol_get_last_hour($date) @@ -515,7 +515,7 @@ function dol_get_last_hour($date) /** Return GMT time for first hour of a given GMT date (it removes hours, min and second part) * - * @param int $date + * @param int $date Date * @return int Date for last hour of a given date */ function dol_get_first_hour($date)