Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob committed Jul 17, 2015
1 parent 1c82e52 commit e4153dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CacheEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function __sleep()
public function __wakeup()
{
if ($this->response !== null) {
$stream = fopen('php://memory','r+');
$stream = fopen('php://memory', 'r+');
fwrite($stream, $this->responseBody);
rewind($stream);

Expand Down

0 comments on commit e4153dc

Please sign in to comment.