1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

wrong docblock type hinting

This commit is contained in:
Miroslav Yovchev
2015-07-31 22:30:26 +03:00
parent 990fa623bc
commit a145318f6a

View File

@@ -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')