[ticket/314] Fix function and method comments

This commit is contained in:
Marc Alexander
2014-08-17 22:26:21 +02:00
parent ed33e19f4b
commit 39a14ea788
5 changed files with 22 additions and 6 deletions

View File

@@ -642,7 +642,7 @@ class calendar extends module_base
*
* @param string $date Date to convert
*
* @return string Converted time
* @return int Converted time
*/
protected function make_timestamp($date)
{
@@ -749,7 +749,7 @@ class calendar extends module_base
* date or date and time info. The string should
* be in a similar format: 17.06.1990 18:06
* @return int|bool The timestamp of the given date or false if
* given daten does not match any known formats.
* given date does not match any known formats.
*/
public function date_to_time($date)
{