Merge pull request #2988 from kp2356/patch-1

Documentation correction
This commit is contained in:
José Lorenzo Rodríguez 2014-03-10 10:10:36 +01:00
commit 5b7c3d68f0

View file

@ -184,7 +184,7 @@ class TimeHelper extends AppHelper {
*
* @param integer|string|DateTime $dateString UNIX timestamp, strtotime() valid string or DateTime object
* @param string|DateTimeZone $timezone User's timezone string or DateTimeZone object
* @param string $format The format to use. If null, `TimeHelper::$niceFormat` is used
* @param string $format The format to use. If null, `CakeTime::$niceFormat` is used
* @return string Formatted date string
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/time.html#formatting
*/