Fix phpcs
This commit is contained in:
parent
fea6fca7d1
commit
5a1c05735f
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user