Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Documentation correction
TimeHelper::$niceFormat to CakeTime::$niceFormat
  • Loading branch information
kp2356 committed Mar 10, 2014
1 parent ff7061b commit a77a0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/TimeHelper.php
Expand Up @@ -184,7 +184,7 @@ public function fromString($dateString, $timezone = null) {
*
* @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
*/
Expand Down

0 comments on commit a77a0f7

Please sign in to comment.