Skip to content

Commit

Permalink
Update CakeSession.php
Browse files Browse the repository at this point in the history
  • Loading branch information
WrDX committed Jun 12, 2018
1 parent fc061a5 commit 9ef47b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/CakeSession.php
Expand Up @@ -432,7 +432,7 @@ protected static function _returnSessionVars() {
* 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) {
Expand Down

1 comment on commit 9ef47b4

@WrDX
Copy link
Author

@WrDX WrDX commented on 9ef47b4 Jun 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CakeSession allows array's to be written to Session. This reflects that in documentation

Please sign in to comment.