We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
8da9e77
Fixes #17 via #19 (thanks @carnage!)
This supersedes the bad release v1.1.1 which has been deleted because the syntax of cloning created misbehavior.
v1.1.1
- $body = (string) clone $response->getBody(); + $body = (string) (clone $response)->getBody();