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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user