Skip to content

Commit

Permalink
Fix PHPCS.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 21, 2016
1 parent 8b42486 commit 471aedb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/ResponseTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ protected static function setContentType($headers, $response)
$value = "{$type}; charset={$charset}";
}
$headers['Content-Type'] = $value;

return $headers;
}

Expand Down

0 comments on commit 471aedb

Please sign in to comment.