mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 17:42:41 +00:00
Fixing API docblock
This commit is contained in:
parent
30d6341e7f
commit
ca32ca185a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class CakeSession {
|
|||
|
||||
/**
|
||||
* Number of requests that can occur during a session time without the session being renewed.
|
||||
* This feature is only used when `Session.harden` is set to true.
|
||||
* This feature is only used when config value `Session.autoRegenerate` is set to true.
|
||||
*
|
||||
* @var integer
|
||||
* @see CakeSession::_checkValid()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue