We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d724f commit 7e5c066Copy full SHA for 7e5c066
1 file changed
src/Export/PdfReportWriter.php
@@ -19,7 +19,7 @@ public function __construct(
19
*/
20
public function generate(Validation $validation): string
21
{
22
- $entries = json_decode($validation->getResults());
+ $entries = $validation->getResults();
23
24
$hasErrors = (bool) array_filter(
25
$entries,
0 commit comments