diff --git a/e107_handlers/date_handler.php b/e107_handlers/date_handler.php index 206751cd4..33b390ae4 100644 --- a/e107_handlers/date_handler.php +++ b/e107_handlers/date_handler.php @@ -315,8 +315,8 @@ class convert * Convert date string back to integer (unix timestamp) * NOTE: after some tests, strptime (compat mode) is adding +1 sec. after parsing to time, investigate! * - * @param object $date_string - * @param object $mask [optional] + * @param string $date_string + * @param string $mask [optional] * @return integer */ function toTime($date_string, $mask = 'input')