Skip to content

Commit 657917a

Browse files
committed
Fix doc example
1 parent dad885d commit 657917a

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/libraries/cookies

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/cookies/004.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$cookie->getPrefix(); // '__Secure-'
2424
$cookie->getPrefixedName(); // '__Secure-remember_token'
2525
$cookie->getExpiresTimestamp(); // UNIX timestamp
26-
$cookie->getExpiresString(); // 'Fri, 14-Feb-2025 00:00:00 GMT'
26+
$cookie->getExpiresString(); // 'Fri, 14 Feb 2025 00:00:00 GMT'
2727
$cookie->isExpired(); // false
2828
$cookie->getMaxAge(); // the difference from time() to expires
2929
$cookie->isRaw(); // false

0 commit comments

Comments
 (0)