I have in some old code this defined:
* @param int $time
and then I'm getting the float type notice for this line:
$time = time() + 3600 * 24 * 365;
while this is still an integer
Will check, thank you for reporting Michael!
Fixed
Thank you so much!!! :)