We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c17b55c + 098862c commit 8c2cb69Copy full SHA for 8c2cb69
JSONRenderer.php
@@ -53,7 +53,7 @@ public function renderReport(Report $report)
53
$issue["fingerprint"] = $fingerprint;
54
}
55
56
- $json = json_encode($issue, JSON_UNESCAPED_SLASHES, JSON_UNESCAPED_UNICODE);
+ $json = json_encode($issue, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);
57
$writer->write($json);
58
$writer->write(chr(0));
59
0 commit comments