mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Update CakeSession.php
This commit is contained in:
parent
fc061a55c4
commit
9ef47b49cc
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ class CakeSession {
|
|||
* Writes value to given session variable name.
|
||||
*
|
||||
* @param string|array $name Name of variable
|
||||
* @param string $value Value to write
|
||||
* @param string|array $value Value to write
|
||||
* @return bool True if the write was successful, false if the write failed
|
||||
*/
|
||||
public static function write($name, $value = null) {
|
||||
|
|
Loading…
Reference in a new issue