Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-09-22 15:55:30 +02:00
parent fea6fca7d1
commit 5a1c05735f

View File

@ -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)