Update CakeSession.php

This commit is contained in:
Wouter 2018-06-12 10:21:37 +02:00 committed by GitHub
parent fc061a55c4
commit 9ef47b49cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -432,7 +432,7 @@ class CakeSession {
* Writes value to given session variable name. * Writes value to given session variable name.
* *
* @param string|array $name Name of variable * @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 * @return bool True if the write was successful, false if the write failed
*/ */
public static function write($name, $value = null) { public static function write($name, $value = null) {