docu update

This commit is contained in:
Ralf Becker 2021-03-31 14:34:23 +02:00
parent e81b2c319a
commit 0efa9ae141

View File

@ -870,8 +870,8 @@ class Ads
/**
* Add seconds between 1601-01-01 and 1970-01-01 and multiply by 10000000
*
* @param long $unixTime
* @return long windowsTime
* @param int $unixTime
* @return int windowsTime
*/
public static function convertUnixTimeToWindowsTime($unixTime)
{