Skip to content

Commit

Permalink
Documentation correction
Browse files Browse the repository at this point in the history
  • Loading branch information
dmromanov committed Oct 18, 2014
1 parent cdc6711 commit 959a22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/CakeTime.php
Expand Up @@ -357,7 +357,7 @@ public static function fromString($dateString, $timezone = null) {
*
* @param int|string|DateTime $dateString UNIX timestamp, strtotime() valid string or DateTime object
* @param string|DateTimeZone $timezone 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#TimeHelper::nice
*/
Expand Down

0 comments on commit 959a22a

Please sign in to comment.