Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
fix(content): Remove flacky json_encode.
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickroger committed Apr 7, 2021
1 parent c595ae6 commit 1f0421b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public function setContent($content)
$this->assertReponseSchema(
$this->getFormat(),
$this->getSchema(),
\json_encode($content)
$content
);
}

Expand Down

0 comments on commit 1f0421b

Please sign in to comment.