Merge pull request #1652 from bcrowe/fix-caketimedocs

Updated CakeTime::i18nFormat() doc block description
This commit is contained in:
ADmad 2013-09-17 22:02:14 -07:00
commit 61602990de

View file

@ -1041,7 +1041,7 @@ class CakeTime {
/**
* Returns a formatted date string, given either a UNIX timestamp or a valid strtotime() date string.
* It take in account the default date format for the current language if a LC_TIME file is used.
* It takes into account the default date format for the current language if a LC_TIME file is used.
*
* @param integer|string|DateTime $date UNIX timestamp, strtotime() valid string or DateTime object
* @param string $format strftime format string.