diff --git a/lib/Cake/Model/Datasource/CakeSession.php b/lib/Cake/Model/Datasource/CakeSession.php index fec94fcf3..45c96e565 100644 --- a/lib/Cake/Model/Datasource/CakeSession.php +++ b/lib/Cake/Model/Datasource/CakeSession.php @@ -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) {