Skip to content

Commit

Permalink
Merge pull request #4 from jarektkaczyk/jarektkaczyk-patch-2
Browse files Browse the repository at this point in the history
Update Formatter.php
  • Loading branch information
jarektkaczyk authored Feb 25, 2021
2 parents f9c3a3a + a123983 commit 18e1e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Formatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Formatter extends MessageFormatter
{
const DEFAULT_FORMAT = '{method} {uri} HTTP/{version} {code} ({res_header_Content-Length} {res_header_Content-Type}) {"request": {\req_body}, "response": {\res_body}}';
const ALLOWED_CONTENT_TYPES = [
'application/x-www-form-urlencoded',
'application/json',
'application/.+\+json',
'application/xml',
Expand Down

0 comments on commit 18e1e78

Please sign in to comment.