Skip to content

Commit

Permalink
Change $value @param of Session::write to mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmeiring committed Oct 2, 2016
1 parent 353e25e commit db410fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Session.php
Expand Up @@ -422,7 +422,7 @@ public function consume($name)
* Writes value to given session variable name.
*
* @param string|array $name Name of variable
* @param string|null $value Value to write
* @param mixed $value Value to write
* @return void
*/
public function write($name, $value = null)
Expand Down

0 comments on commit db410fa

Please sign in to comment.