From a145318f6a429d6149e546977399461bbb83bb25 Mon Sep 17 00:00:00 2001 From: Miroslav Yovchev Date: Fri, 31 Jul 2015 22:30:26 +0300 Subject: [PATCH] wrong docblock type hinting --- e107_handlers/date_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')