Skip to content

Commit

Permalink
Merge pull request #5925 from luke83/patch-4
Browse files Browse the repository at this point in the history
Session::write lied about its return (value)
  • Loading branch information
markstory committed Feb 18, 2015
2 parents cbb2d34 + 29af963 commit 67d073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Session.php
Expand Up @@ -416,7 +416,7 @@ public function consume($name)
*
* @param string|array $name Name of variable
* @param string|null $value Value to write
* @return bool True if the write was successful, false if the write failed
* @return void
*/
public function write($name, $value = null)
{
Expand Down

0 comments on commit 67d073e

Please sign in to comment.