Skip to content

Commit

Permalink
Removed $$
Browse files Browse the repository at this point in the history
  • Loading branch information
VeeeneX committed Jul 25, 2015
1 parent df0f84e commit 4141d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function setValue($value = null)
if ($this->raw) {
$this->value = $value;
} else {
$this->value = serialize($$value);
$this->value = serialize($value);
}

return $this;
Expand Down

0 comments on commit 4141d0e

Please sign in to comment.