Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add braces to key call
  • Loading branch information
Ross Chater committed Jan 16, 2017
1 parent 2d32a1e commit 716b4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Client/Response.php
Expand Up @@ -598,6 +598,6 @@ public function __isset($name)
return $val !== null;
}

return isset($this->$key);
return isset($this->{$key});
}
}

0 comments on commit 716b4a1

Please sign in to comment.