mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing typo in parameter description.
Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
parent
1774530222
commit
037a7628c4
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ class CakeSession extends Object {
|
|||
* Helper function called on write for database sessions.
|
||||
*
|
||||
* @param integer $id ID that uniquely identifies session in database
|
||||
* @param mixed $data The value of the the data to be saved.
|
||||
* @param mixed $data The value of the data to be saved.
|
||||
* @return boolean True for successful write, false otherwise.
|
||||
* @access private
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue