Skip to content

Commit

Permalink
Oops, fixed the phpdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wu committed Jun 30, 2010
1 parent 8b5420a commit ad7efe1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions classes/kohana/date.php
Expand Up @@ -535,8 +535,9 @@ public static function dos2unix($timestamp = FALSE)
* $time = Date::formatted_time('5 minutes ago');
*
* @see http://php.net/manual/en/datetime.construct.php
* @param integer DOS timestamp
* @return integer
* @param string datetime_str datetime string
* @param string timestamp_format timestamp format
* @return string
*/
public static function formatted_time($datetime_str = 'now', $timestamp_format = NULL)
{
Expand Down

0 comments on commit ad7efe1

Please sign in to comment.