Skip to content

Commit

Permalink
Update doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 18, 2013
1 parent 76fe9f8 commit 631da2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Cake/Controller/Component/CookieComponent.php
Expand Up @@ -208,7 +208,8 @@ public function startup(Controller $controller) {
* @param string|array $key Key for the value
* @param mixed $value Value
* @param boolean $encrypt Set to true to encrypt value, false otherwise
* @param integer|string $expires Can be either Unix timestamp, or date string
* @param integer|string $expires Can be either the number of seconds until a cookie
* expires, or a strtotime compatible time offset.
* @return void
* @link http://book.cakephp.org/2.0/en/core-libraries/components/cookie.html#CookieComponent::write
*/
Expand Down

0 comments on commit 631da2d

Please sign in to comment.